Shades of Purple Heart #5F0DC5
Tints of Purple Heart #5F0DC5
RGB
CMYK
RGB Variations
Color information
#5F0DC5 (or 0x5F0DC5) is known color: Purple Heart. HEX triplet: 5F, 0D and C5. RGB value is (95,13,197). Sum of RGB (Red+Green+Blue) = 95+13+197=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 197 (77.34% from 255 or 64.59% from 305); Max value from RGB is 197 - color contains mainly: blue. Hex color #5F0DC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0DC5 is #A0F23A. Grayscale: #393939. Windows color (decimal): -10547771 or 12914015. OLE color: 12914015.
HSL color Cylindrical-coordinate representation of color #5F0DC5: hue angle of 266.74º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0DC5 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 13 | 197 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.23 |
| HSL | 266.74º | 0.88% | 0.41% | - |
| HSV(B) | 266.74º | 0.93% | 0.77% | - |
| XYZ | 14.94 | 6.75 | 53.34 | - |
| YUV | 58.49 | 206.17 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 13 | 197 | 0.52 | 0.93 | 0 | 0.23 | 266.74 | 0.88 | 0.41 |
| Hex | 5F | D | C5 | 34 | 5D | 0 | 17 | 10B | 58 | 29 |
| Octal | 137 | 15 | 305 | 64 | 135 | 0 | 27 | 413 | 130 | 51 |
| Binary | 1011111 | 1101 | 11000101 | 110100 | 1011101 | 0 | 10111 | 100001011 | 1011000 | 101001 |
Color Harmonies of #5F0DC5
Complementary color
Monochromatic Colors of #5F0DC5
Black with #5F0DC5
Text Example
Text Example
White with #5F0DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0DC5; }
p { color: rgb(95,13,197); }
H1.HeaderClassName
{
color: #5F0DC5;
}
.AnyTagClassName
{
color: #5F0DC5;
}
</style>
background-color css
<style>
a { background-color: #5F0DC5; }
a { background-color: rgb(95,13,197); }
div.DivClassName
{
background-color: #5F0DC5;
}
.BgClassName
{
background-color: #5F0DC5;
}
</style>
border-color css
<style>
span { border-color: #5F0DC5; }
span { border-color: rgb(95,13,197); }
td.TdClassName
{
border-color: #5F0DC5;
}
.TagClassName
{
border-color: #5F0DC5;
}
</style>