#4C14C6

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

Shades of Purple Heart #4C14C6

Tints of Purple Heart #4C14C6

Color information

#4C14C6 (or 0x4C14C6) is unknown color: approx Purple Heart. HEX triplet: 4C, 14 and C6. RGB value is (76,20,198). Sum of RGB (Red+Green+Blue) = 76+20+198=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 198 (77.73% from 255 or 67.35% from 294); Max value from RGB is 198 - color contains mainly: blue. Hex color #4C14C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C14C6 is #B3EB39. Grayscale: #383838. Windows color (decimal): -11791162 or 12981324. OLE color: 12981324.

HSL color Cylindrical-coordinate representation of color #4C14C6: hue angle of 258.88º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C14C6 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7620198-
CMYK0.620.9000.22
HSL258.88º81.65%42.75%-
HSV(B)258.88º89.9%77.65%-
XYZ13.426.1153.9-
YUV57.04207.55141.53-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.85%
GREEN value IS 20 (8.20% from 255) = 6.80%
BLUE value IS 198 (77.73% from 255) = 67.35%
R=25.85%
G=6.80%
B=67.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal76201980.620.9000.22258.8881.6542.75
Hex4C14C63E5A016103522b
Octal114243067613202640312253
Binary1001100101001100011011111010110100101101000000111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C14C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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