Shades of Purple Heart #5F0ACD
Tints of Purple Heart #5F0ACD
RGB
CMYK
RGB Variations
Color information
#5F0ACD (or 0x5F0ACD) is known color: Purple Heart. HEX triplet: 5F, 0A and CD. RGB value is (95,10,205). Sum of RGB (Red+Green+Blue) = 95+10+205=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F0ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0ACD is #A0F532. Grayscale: #383838. Windows color (decimal): -10548531 or 13437535. OLE color: 13437535.
HSL color Cylindrical-coordinate representation of color #5F0ACD: hue angle of 266.15º degrees, saturation: 0.91, 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 #5F0ACD is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 10 | 205 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.20 |
| HSL | 266.15º | 0.91% | 0.42% | - |
| HSV(B) | 266.15º | 0.95% | 0.8% | - |
| XYZ | 15.85 | 7.06 | 58.28 | - |
| YUV | 57.65 | 211.16 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 205 | 0.54 | 0.95 | 0 | 0.20 | 266.15 | 0.91 | 0.42 |
| Hex | 5F | A | CD | 36 | 5F | 0 | 14 | 10A | 5B | 2A |
| Octal | 137 | 12 | 315 | 66 | 137 | 0 | 24 | 412 | 133 | 52 |
| Binary | 1011111 | 1010 | 11001101 | 110110 | 1011111 | 0 | 10100 | 100001010 | 1011011 | 101010 |
Color Harmonies of #5F0ACD
Complementary color
Monochromatic Colors of #5F0ACD
Black with #5F0ACD
Text Example
Text Example
White with #5F0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0ACD; }
p { color: rgb(95,10,205); }
H1.HeaderClassName
{
color: #5F0ACD;
}
.AnyTagClassName
{
color: #5F0ACD;
}
</style>
background-color css
<style>
a { background-color: #5F0ACD; }
a { background-color: rgb(95,10,205); }
div.DivClassName
{
background-color: #5F0ACD;
}
.BgClassName
{
background-color: #5F0ACD;
}
</style>
border-color css
<style>
span { border-color: #5F0ACD; }
span { border-color: rgb(95,10,205); }
td.TdClassName
{
border-color: #5F0ACD;
}
.TagClassName
{
border-color: #5F0ACD;
}
</style>