#4D06CB

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

Shades of Purple Heart #4D06CB

Tints of Purple Heart #4D06CB

Color information

#4D06CB (or 0x4D06CB) is unknown color: approx Purple Heart. HEX triplet: 4D, 06 and CB. RGB value is (77,6,203). Sum of RGB (Red+Green+Blue) = 77+6+203=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D06CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06CB is #B2F934. Grayscale: #303030. Windows color (decimal): -11729205 or 13305421. OLE color: 13305421.

HSL color Cylindrical-coordinate representation of color #4D06CB: hue angle of 261.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D06CB is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB776203-
CMYK0.620.9700.20
HSL261.62º94.26%40.98%-
HSV(B)261.62º97.04%79.61%-
XYZ13.916.0256.93-
YUV49.69214.52147.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.92%
GREEN value IS 6 (2.73% from 255) = 2.10%
BLUE value IS 203 (79.69% from 255) = 70.98%
R=26.92%
G=2.10%
B=70.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7762030.620.9700.20261.6294.2640.98
Hex4D6CB3E610141065e29
Octal11563137614102440613651
Binary10011011101100101111111011000010101001000001101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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