#4C0BCA

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

Shades of Purple Heart #4C0BCA

Tints of Purple Heart #4C0BCA

Color information

#4C0BCA (or 0x4C0BCA) is unknown color: approx Purple Heart. HEX triplet: 4C, 0B and CA. RGB value is (76,11,202). Sum of RGB (Red+Green+Blue) = 76+11+202=289 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.30% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 202 (79.30% from 255 or 69.90% from 289); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C0BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0BCA is #B3F435. Grayscale: #333333. Windows color (decimal): -11793462 or 13241164. OLE color: 13241164.

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

Color convert

RGB7611202-
CMYK0.620.9500.21
HSL260.42º89.67%41.76%-
HSV(B)260.42º94.55%79.22%-
XYZ13.766.0456.32-
YUV52.21212.53144.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.30%
GREEN value IS 11 (4.69% from 255) = 3.81%
BLUE value IS 202 (79.30% from 255) = 69.90%
R=26.30%
G=3.81%
B=69.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76112020.620.9500.21260.4289.6741.76
Hex4CBCA3E5F0151045a2a
Octal114133127613702540413252
Binary100110010111100101011111010111110101011000001001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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