#4D06C6

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

Shades of Purple Heart #4D06C6

Tints of Purple Heart #4D06C6

Color information

#4D06C6 (or 0x4D06C6) is unknown color: approx Purple Heart. HEX triplet: 4D, 06 and C6. RGB value is (77,6,198). Sum of RGB (Red+Green+Blue) = 77+6+198=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 198 (77.73% from 255 or 70.46% from 281); Max value from RGB is 198 - color contains mainly: blue. Hex color #4D06C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06C6 is #B2F939. Grayscale: #303030. Windows color (decimal): -11729210 or 12977741. OLE color: 12977741.

HSL color Cylindrical-coordinate representation of color #4D06C6: hue angle of 262.19º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D06C6 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB776198-
CMYK0.610.9700.22
HSL262.19º94.12%40%-
HSV(B)262.19º96.97%77.65%-
XYZ13.325.7953.84-
YUV49.12212.02147.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.40%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 198 (77.73% from 255) = 70.46%
R=27.40%
G=2.14%
B=70.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7761980.610.9700.22262.1994.1240
Hex4D6C63D610161065e28
Octal11563067514102640613650
Binary10011011101100011011110111000010101101000001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D06C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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