#4B27D1

Color #4B27D1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4B27D1

Tints of Purple Heart #4B27D1

Color information

#4B27D1 (or 0x4B27D1) is unknown color: approx Purple Heart. HEX triplet: 4B, 27 and D1. RGB value is (75,39,209). Sum of RGB (Red+Green+Blue) = 75+39+209=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #4B27D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B27D1 is #B4D82E. Grayscale: #444444. Windows color (decimal): -11851823 or 13707083. OLE color: 13707083.

HSL color Cylindrical-coordinate representation of color #4B27D1: hue angle of 252.71º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B27D1 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7539209-
CMYK0.640.8100.18
HSL252.71º68.55%48.63%-
HSV(B)252.71º81.34%81.96%-
XYZ15.147.5560.98-
YUV69.14206.93132.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 23.22%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 209 (82.03% from 255) = 64.71%
R=23.22%
G=12.07%
B=64.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal75392090.640.8100.18252.7168.5548.63
Hex4B27D14051012fd4531
Octal1134732110012102237510561
Binary10010111001111101000110000001010001010010111111011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B27D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B27D1; }

 p { color: rgb(75,39,209); }

 H1.HeaderClassName
 {
   color: #4B27D1;
 }
 .AnyTagClassName
 {
   color: #4B27D1;
 }
</style>
background-color css

<style>
 a { background-color: #4B27D1; }

 a { background-color: rgb(75,39,209); }

 div.DivClassName
 {
   background-color: #4B27D1;
 }
 .BgClassName
 {
   background-color: #4B27D1;
 }
</style>
border-color css

<style>
 span { border-color: #4B27D1; }

 span { border-color: rgb(75,39,209); }

 td.TdClassName
 {
   border-color: #4B27D1;
 }
 .TagClassName
 {
   border-color: #4B27D1;
 }
</style>