#4d14c6

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

Shades of Purple Heart #4D14C6

Tints of Purple Heart #4D14C6

Color information

#4D14C6 (or 0x4D14C6) is unknown color: approx Purple Heart. HEX triplet: 4D, 14 and C6. RGB value is (77,20,198). Sum of RGB (Red+Green+Blue) = 77+20+198=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 198 (77.73% from 255 or 67.12% from 295); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D14C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D14C6 is #B2EB39. Grayscale: #383838. Windows color (decimal): -11725626 or 12981325. OLE color: 12981325.

HSL color Cylindrical-coordinate representation of color #4D14C6: hue angle of 259.21º 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 #4D14C6 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7720198-
CMYK0.610.9000.22
HSL259.21º81.65%42.75%-
HSV(B)259.21º89.9%77.65%-
XYZ13.56.1653.9-
YUV57.33207.38142.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.10%
GREEN value IS 20 (8.20% from 255) = 6.78%
BLUE value IS 198 (77.73% from 255) = 67.12%
R=26.10%
G=6.78%
B=67.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal77201980.610.9000.22259.2181.6542.75
Hex4D14C63D5A016103522b
Octal115243067513202640312253
Binary1001101101001100011011110110110100101101000000111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d14c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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