Shades of Purple Heart #4C0CB3
Tints of Purple Heart #4C0CB3
RGB
CMYK
RGB Variations
Color information
#4C0CB3 (or 0x4C0CB3) is known color: Purple Heart. HEX triplet: 4C, 0C and B3. RGB value is (76,12,179). Sum of RGB (Red+Green+Blue) = 76+12+179=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 179 (70.31% from 255 or 67.04% from 267); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C0CB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0CB3 is #B3F34C. Grayscale: #313131. Windows color (decimal): -11793229 or 11734092. OLE color: 11734092.
HSL color Cylindrical-coordinate representation of color #4C0CB3: hue angle of 262.99º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0CB3 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 12 | 179 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.30 |
| HSL | 262.99º | 0.87% | 0.37% | - |
| HSV(B) | 262.99º | 0.93% | 0.7% | - |
| XYZ | 11.25 | 5.05 | 43.03 | - |
| YUV | 50.17 | 200.7 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 179 | 0.58 | 0.93 | 0 | 0.30 | 262.99 | 0.87 | 0.37 |
| Hex | 4C | C | B3 | 3A | 5D | 0 | 1E | 107 | 57 | 25 |
| Octal | 114 | 14 | 263 | 72 | 135 | 0 | 36 | 407 | 127 | 45 |
| Binary | 1001100 | 1100 | 10110011 | 111010 | 1011101 | 0 | 11110 | 100000111 | 1010111 | 100101 |
Color Harmonies of #4C0CB3
Complementary color
Monochromatic Colors of #4C0CB3
Black with #4C0CB3
Text Example
Text Example
White with #4C0CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CB3; }
p { color: rgb(76,12,179); }
H1.HeaderClassName
{
color: #4C0CB3;
}
.AnyTagClassName
{
color: #4C0CB3;
}
</style>
background-color css
<style>
a { background-color: #4C0CB3; }
a { background-color: rgb(76,12,179); }
div.DivClassName
{
background-color: #4C0CB3;
}
.BgClassName
{
background-color: #4C0CB3;
}
</style>
border-color css
<style>
span { border-color: #4C0CB3; }
span { border-color: rgb(76,12,179); }
td.TdClassName
{
border-color: #4C0CB3;
}
.TagClassName
{
border-color: #4C0CB3;
}
</style>