#4C1FC6

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

Shades of Purple Heart #4C1FC6

Tints of Purple Heart #4C1FC6

Color information

#4C1FC6 (or 0x4C1FC6) is unknown color: approx Purple Heart. HEX triplet: 4C, 1F and C6. RGB value is (76,31,198). Sum of RGB (Red+Green+Blue) = 76+31+198=305 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.92% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 198 (77.73% from 255 or 64.92% from 305); Max value from RGB is 198 - color contains mainly: blue. Hex color #4C1FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C1FC6 is #B3E039. Grayscale: #3E3E3E. Windows color (decimal): -11788346 or 12984140. OLE color: 12984140.

HSL color Cylindrical-coordinate representation of color #4C1FC6: hue angle of 256.17º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C1FC6 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7631198-
CMYK0.620.8400.22
HSL256.17º72.93%44.9%-
HSV(B)256.17º84.34%77.65%-
XYZ13.666.5953.98-
YUV63.49203.91136.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.92%
GREEN value IS 31 (12.5% from 255) = 10.16%
BLUE value IS 198 (77.73% from 255) = 64.92%
R=24.92%
G=10.16%
B=64.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal76311980.620.8400.22256.1772.9344.9
Hex4C1FC63E54016100492d
Octal114373067612402640011155
Binary1001100111111100011011111010101000101101000000001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,31,198); }

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

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

 a { background-color: rgb(76,31,198); }

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

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

 span { border-color: rgb(76,31,198); }

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