#4C06CB

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

Shades of Purple Heart #4C06CB

Tints of Purple Heart #4C06CB

Color information

#4C06CB (or 0x4C06CB) is unknown color: approx Purple Heart. HEX triplet: 4C, 06 and CB. RGB value is (76,6,203). Sum of RGB (Red+Green+Blue) = 76+6+203=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C06CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C06CB is #B3F934. Grayscale: #303030. Windows color (decimal): -11794741 or 13305420. OLE color: 13305420.

HSL color Cylindrical-coordinate representation of color #4C06CB: hue angle of 261.32º 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 #4C06CB is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB766203-
CMYK0.630.9700.20
HSL261.32º94.26%40.98%-
HSV(B)261.32º97.04%79.61%-
XYZ13.835.9856.93-
YUV49.39214.69146.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.67%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 203 (79.69% from 255) = 71.23%
R=26.67%
G=2.11%
B=71.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7662030.630.9700.20261.3294.2640.98
Hex4C6CB3F610141055e29
Octal11463137714102440513651
Binary10011001101100101111111111000010101001000001011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C06CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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