Shades of Purple Heart #5F0CAD
Tints of Purple Heart #5F0CAD
RGB
CMYK
RGB Variations
Color information
#5F0CAD (or 0x5F0CAD) is known color: Purple Heart. HEX triplet: 5F, 0C and AD. RGB value is (95,12,173). Sum of RGB (Red+Green+Blue) = 95+12+173=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F0CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0CAD is #A0F352. Grayscale: #363636. Windows color (decimal): -10548051 or 11340895. OLE color: 11340895.
HSL color Cylindrical-coordinate representation of color #5F0CAD: hue angle of 270.93º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0CAD is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 12 | 173 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.32 |
| HSL | 270.93º | 0.87% | 0.36% | - |
| HSV(B) | 270.93º | 0.93% | 0.68% | - |
| XYZ | 12.39 | 5.71 | 39.98 | - |
| YUV | 55.17 | 194.5 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 173 | 0.45 | 0.93 | 0 | 0.32 | 270.93 | 0.87 | 0.36 |
| Hex | 5F | C | AD | 2D | 5D | 0 | 20 | 10F | 57 | 24 |
| Octal | 137 | 14 | 255 | 55 | 135 | 0 | 40 | 417 | 127 | 44 |
| Binary | 1011111 | 1100 | 10101101 | 101101 | 1011101 | 0 | 100000 | 100001111 | 1010111 | 100100 |
Color Harmonies of #5F0CAD
Complementary color
Monochromatic Colors of #5F0CAD
Black with #5F0CAD
Text Example
Text Example
White with #5F0CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0CAD; }
p { color: rgb(95,12,173); }
H1.HeaderClassName
{
color: #5F0CAD;
}
.AnyTagClassName
{
color: #5F0CAD;
}
</style>
background-color css
<style>
a { background-color: #5F0CAD; }
a { background-color: rgb(95,12,173); }
div.DivClassName
{
background-color: #5F0CAD;
}
.BgClassName
{
background-color: #5F0CAD;
}
</style>
border-color css
<style>
span { border-color: #5F0CAD; }
span { border-color: rgb(95,12,173); }
td.TdClassName
{
border-color: #5F0CAD;
}
.TagClassName
{
border-color: #5F0CAD;
}
</style>