Shades of Purple Heart #5F0ACE
Tints of Purple Heart #5F0ACE
RGB
CMYK
RGB Variations
Color information
#5F0ACE (or 0x5F0ACE) is known color: Purple Heart. HEX triplet: 5F, 0A and CE. RGB value is (95,10,206). Sum of RGB (Red+Green+Blue) = 95+10+206=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0ACE is #A0F531. Grayscale: #393939. Windows color (decimal): -10548530 or 13503071. OLE color: 13503071.
HSL color Cylindrical-coordinate representation of color #5F0ACE: hue angle of 266.02º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0ACE is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 10 | 206 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.19 |
| HSL | 266.02º | 0.91% | 0.42% | - |
| HSV(B) | 266.02º | 0.95% | 0.81% | - |
| XYZ | 15.97 | 7.11 | 58.92 | - |
| YUV | 57.76 | 211.66 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 206 | 0.54 | 0.95 | 0 | 0.19 | 266.02 | 0.91 | 0.42 |
| Hex | 5F | A | CE | 36 | 5F | 0 | 13 | 10A | 5B | 2A |
| Octal | 137 | 12 | 316 | 66 | 137 | 0 | 23 | 412 | 133 | 52 |
| Binary | 1011111 | 1010 | 11001110 | 110110 | 1011111 | 0 | 10011 | 100001010 | 1011011 | 101010 |
Color Harmonies of #5F0ACE
Complementary color
Monochromatic Colors of #5F0ACE
Black with #5F0ACE
Text Example
Text Example
White with #5F0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0ACE; }
p { color: rgb(95,10,206); }
H1.HeaderClassName
{
color: #5F0ACE;
}
.AnyTagClassName
{
color: #5F0ACE;
}
</style>
background-color css
<style>
a { background-color: #5F0ACE; }
a { background-color: rgb(95,10,206); }
div.DivClassName
{
background-color: #5F0ACE;
}
.BgClassName
{
background-color: #5F0ACE;
}
</style>
border-color css
<style>
span { border-color: #5F0ACE; }
span { border-color: rgb(95,10,206); }
td.TdClassName
{
border-color: #5F0ACE;
}
.TagClassName
{
border-color: #5F0ACE;
}
</style>