Shades of Purple Heart #4C0FAA
Tints of Purple Heart #4C0FAA
RGB
CMYK
RGB Variations
Color information
#4C0FAA (or 0x4C0FAA) is known color: Purple Heart. HEX triplet: 4C, 0F and AA. RGB value is (76,15,170). Sum of RGB (Red+Green+Blue) = 76+15+170=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0FAA is #B3F055. Grayscale: #323232. Windows color (decimal): -11792470 or 11145036. OLE color: 11145036.
HSL color Cylindrical-coordinate representation of color #4C0FAA: hue angle of 263.61º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0FAA is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 15 | 170 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.33 |
| HSL | 263.61º | 0.84% | 0.36% | - |
| HSV(B) | 263.61º | 0.91% | 0.67% | - |
| XYZ | 10.41 | 4.78 | 38.4 | - |
| YUV | 50.91 | 195.21 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 15 | 170 | 0.55 | 0.91 | 0 | 0.33 | 263.61 | 0.84 | 0.36 |
| Hex | 4C | F | AA | 37 | 5B | 0 | 21 | 108 | 54 | 24 |
| Octal | 114 | 17 | 252 | 67 | 133 | 0 | 41 | 410 | 124 | 44 |
| Binary | 1001100 | 1111 | 10101010 | 110111 | 1011011 | 0 | 100001 | 100001000 | 1010100 | 100100 |
Color Harmonies of #4C0FAA
Complementary color
Monochromatic Colors of #4C0FAA
Black with #4C0FAA
Text Example
Text Example
White with #4C0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0FAA; }
p { color: rgb(76,15,170); }
H1.HeaderClassName
{
color: #4C0FAA;
}
.AnyTagClassName
{
color: #4C0FAA;
}
</style>
background-color css
<style>
a { background-color: #4C0FAA; }
a { background-color: rgb(76,15,170); }
div.DivClassName
{
background-color: #4C0FAA;
}
.BgClassName
{
background-color: #4C0FAA;
}
</style>
border-color css
<style>
span { border-color: #4C0FAA; }
span { border-color: rgb(76,15,170); }
td.TdClassName
{
border-color: #4C0FAA;
}
.TagClassName
{
border-color: #4C0FAA;
}
</style>