#4C1AB4

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

Shades of Purple Heart #4C1AB4

Tints of Purple Heart #4C1AB4

Color information

#4C1AB4 (or 0x4C1AB4) is unknown color: approx Purple Heart. HEX triplet: 4C, 1A and B4. RGB value is (76,26,180). Sum of RGB (Red+Green+Blue) = 76+26+180=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 180 (70.70% from 255 or 63.83% from 282); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C1AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1AB4 is #B3E54B. Grayscale: #393939. Windows color (decimal): -11789644 or 11803212. OLE color: 11803212.

HSL color Cylindrical-coordinate representation of color #4C1AB4: hue angle of 259.48º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1AB4 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7626180-
CMYK0.580.8600.29
HSL259.48º74.76%40.39%-
HSV(B)259.48º85.56%70.59%-
XYZ11.595.5743.64-
YUV58.51196.56140.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 180 (70.70% from 255) = 63.83%
R=26.95%
G=9.22%
B=63.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76261800.580.8600.29259.4874.7640.39
Hex4C1AB43A5601D1034b28
Octal114322647212603540311350
Binary1001100110101011010011101010101100111011000000111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,26,180); }

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

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

 a { background-color: rgb(76,26,180); }

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

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

 span { border-color: rgb(76,26,180); }

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