Shades of Purple Heart #5F21AF
Tints of Purple Heart #5F21AF
RGB
CMYK
RGB Variations
Color information
#5F21AF (or 0x5F21AF) is known color: Purple Heart. HEX triplet: 5F, 21 and AF. RGB value is (95,33,175). Sum of RGB (Red+Green+Blue) = 95+33+175=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F21AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F21AF is #A0DE50. Grayscale: #434343. Windows color (decimal): -10542673 or 11477343. OLE color: 11477343.
HSL color Cylindrical-coordinate representation of color #5F21AF: hue angle of 266.2º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F21AF is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 33 | 175 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.31 |
| HSL | 266.2º | 0.68% | 0.41% | - |
| HSV(B) | 266.2º | 0.81% | 0.69% | - |
| XYZ | 13 | 6.62 | 41.15 | - |
| YUV | 67.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 33 | 175 | 0.46 | 0.81 | 0 | 0.31 | 266.2 | 0.68 | 0.41 |
| Hex | 5F | 21 | AF | 2E | 51 | 0 | 1F | 10A | 44 | 29 |
| Octal | 137 | 41 | 257 | 56 | 121 | 0 | 37 | 412 | 104 | 51 |
| Binary | 1011111 | 100001 | 10101111 | 101110 | 1010001 | 0 | 11111 | 100001010 | 1000100 | 101001 |
Color Harmonies of #5F21AF
Complementary color
Monochromatic Colors of #5F21AF
Black with #5F21AF
Text Example
Text Example
White with #5F21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F21AF; }
p { color: rgb(95,33,175); }
H1.HeaderClassName
{
color: #5F21AF;
}
.AnyTagClassName
{
color: #5F21AF;
}
</style>
background-color css
<style>
a { background-color: #5F21AF; }
a { background-color: rgb(95,33,175); }
div.DivClassName
{
background-color: #5F21AF;
}
.BgClassName
{
background-color: #5F21AF;
}
</style>
border-color css
<style>
span { border-color: #5F21AF; }
span { border-color: rgb(95,33,175); }
td.TdClassName
{
border-color: #5F21AF;
}
.TagClassName
{
border-color: #5F21AF;
}
</style>