Shades of Purple Heart #5F20AE
Tints of Purple Heart #5F20AE
RGB
CMYK
RGB Variations
Color information
#5F20AE (or 0x5F20AE) is known color: Purple Heart. HEX triplet: 5F, 20 and AE. RGB value is (95,32,174). Sum of RGB (Red+Green+Blue) = 95+32+174=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #5F20AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F20AE is #A0DF51. Grayscale: #424242. Windows color (decimal): -10542930 or 11411551. OLE color: 11411551.
HSL color Cylindrical-coordinate representation of color #5F20AE: hue angle of 266.62º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F20AE is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 32 | 174 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.32 |
| HSL | 266.62º | 0.69% | 0.4% | - |
| HSV(B) | 266.62º | 0.82% | 0.68% | - |
| XYZ | 12.88 | 6.52 | 40.62 | - |
| YUV | 67.03 | 188.37 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 32 | 174 | 0.45 | 0.82 | 0 | 0.32 | 266.62 | 0.69 | 0.4 |
| Hex | 5F | 20 | AE | 2D | 52 | 0 | 20 | 10B | 45 | 28 |
| Octal | 137 | 40 | 256 | 55 | 122 | 0 | 40 | 413 | 105 | 50 |
| Binary | 1011111 | 100000 | 10101110 | 101101 | 1010010 | 0 | 100000 | 100001011 | 1000101 | 101000 |
Color Harmonies of #5F20AE
Complementary color
Monochromatic Colors of #5F20AE
Black with #5F20AE
Text Example
Text Example
White with #5F20AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F20AE; }
p { color: rgb(95,32,174); }
H1.HeaderClassName
{
color: #5F20AE;
}
.AnyTagClassName
{
color: #5F20AE;
}
</style>
background-color css
<style>
a { background-color: #5F20AE; }
a { background-color: rgb(95,32,174); }
div.DivClassName
{
background-color: #5F20AE;
}
.BgClassName
{
background-color: #5F20AE;
}
</style>
border-color css
<style>
span { border-color: #5F20AE; }
span { border-color: rgb(95,32,174); }
td.TdClassName
{
border-color: #5F20AE;
}
.TagClassName
{
border-color: #5F20AE;
}
</style>