#4C0BCB

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

Shades of Purple Heart #4C0BCB

Tints of Purple Heart #4C0BCB

Color information

#4C0BCB (or 0x4C0BCB) is unknown color: approx Purple Heart. HEX triplet: 4C, 0B and CB. RGB value is (76,11,203). Sum of RGB (Red+Green+Blue) = 76+11+203=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 203 (79.69% from 255 or 70% from 290); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C0BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0BCB is #B3F434. Grayscale: #333333. Windows color (decimal): -11793461 or 13306700. OLE color: 13306700.

HSL color Cylindrical-coordinate representation of color #4C0BCB: hue angle of 260.31º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0BCB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7611203-
CMYK0.630.9500.20
HSL260.31º89.72%41.96%-
HSV(B)260.31º94.58%79.61%-
XYZ13.886.0956.94-
YUV52.32213.03144.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.21%
GREEN value IS 11 (4.69% from 255) = 3.79%
BLUE value IS 203 (79.69% from 255) = 70%
R=26.21%
G=3.79%
B=70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76112030.630.9500.20260.3189.7241.96
Hex4CBCB3F5F0141045a2a
Octal114133137713702440413252
Binary100110010111100101111111110111110101001000001001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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