Shades of Purple Heart #5F22D1
Tints of Purple Heart #5F22D1
RGB
CMYK
RGB Variations
Color information
#5F22D1 (or 0x5F22D1) is known color: Purple Heart. HEX triplet: 5F, 22 and D1. RGB value is (95,34,209). Sum of RGB (Red+Green+Blue) = 95+34+209=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 209 (82.03% from 255 or 61.83% from 338); Max value from RGB is 209 - color contains mainly: blue. Hex color #5F22D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F22D1 is #A0DD2E. Grayscale: #474747. Windows color (decimal): -10542383 or 13705823. OLE color: 13705823.
HSL color Cylindrical-coordinate representation of color #5F22D1: hue angle of 260.91º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F22D1 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 34 | 209 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.18 |
| HSL | 260.91º | 0.72% | 0.48% | - |
| HSV(B) | 260.91º | 0.84% | 0.82% | - |
| XYZ | 16.8 | 8.18 | 61.02 | - |
| YUV | 72.19 | 205.21 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 209 | 0.55 | 0.84 | 0 | 0.18 | 260.91 | 0.72 | 0.48 |
| Hex | 5F | 22 | D1 | 37 | 54 | 0 | 12 | 105 | 48 | 30 |
| Octal | 137 | 42 | 321 | 67 | 124 | 0 | 22 | 405 | 110 | 60 |
| Binary | 1011111 | 100010 | 11010001 | 110111 | 1010100 | 0 | 10010 | 100000101 | 1001000 | 110000 |
Color Harmonies of #5F22D1
Complementary color
Monochromatic Colors of #5F22D1
Black with #5F22D1
Text Example
Text Example
White with #5F22D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F22D1; }
p { color: rgb(95,34,209); }
H1.HeaderClassName
{
color: #5F22D1;
}
.AnyTagClassName
{
color: #5F22D1;
}
</style>
background-color css
<style>
a { background-color: #5F22D1; }
a { background-color: rgb(95,34,209); }
div.DivClassName
{
background-color: #5F22D1;
}
.BgClassName
{
background-color: #5F22D1;
}
</style>
border-color css
<style>
span { border-color: #5F22D1; }
span { border-color: rgb(95,34,209); }
td.TdClassName
{
border-color: #5F22D1;
}
.TagClassName
{
border-color: #5F22D1;
}
</style>