Shades of Purple Heart #5F1CDA
Tints of Purple Heart #5F1CDA
RGB
CMYK
RGB Variations
Color information
#5F1CDA (or 0x5F1CDA) is known color: Purple Heart. HEX triplet: 5F, 1C and DA. RGB value is (95,28,218). Sum of RGB (Red+Green+Blue) = 95+28+218=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #5F1CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1CDA is #A0E325. Grayscale: #454545. Windows color (decimal): -10543910 or 14294111. OLE color: 14294111.
HSL color Cylindrical-coordinate representation of color #5F1CDA: hue angle of 261.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F1CDA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 28 | 218 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.15 |
| HSL | 261.16º | 0.77% | 0.48% | - |
| HSV(B) | 261.16º | 0.87% | 0.85% | - |
| XYZ | 17.79 | 8.33 | 67 | - |
| YUV | 69.69 | 211.7 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 28 | 218 | 0.56 | 0.87 | 0 | 0.15 | 261.16 | 0.77 | 0.48 |
| Hex | 5F | 1C | DA | 38 | 57 | 0 | F | 105 | 4D | 30 |
| Octal | 137 | 34 | 332 | 70 | 127 | 0 | 17 | 405 | 115 | 60 |
| Binary | 1011111 | 11100 | 11011010 | 111000 | 1010111 | 0 | 1111 | 100000101 | 1001101 | 110000 |
Color Harmonies of #5F1CDA
Complementary color
Monochromatic Colors of #5F1CDA
Black with #5F1CDA
Text Example
Text Example
White with #5F1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1CDA; }
p { color: rgb(95,28,218); }
H1.HeaderClassName
{
color: #5F1CDA;
}
.AnyTagClassName
{
color: #5F1CDA;
}
</style>
background-color css
<style>
a { background-color: #5F1CDA; }
a { background-color: rgb(95,28,218); }
div.DivClassName
{
background-color: #5F1CDA;
}
.BgClassName
{
background-color: #5F1CDA;
}
</style>
border-color css
<style>
span { border-color: #5F1CDA; }
span { border-color: rgb(95,28,218); }
td.TdClassName
{
border-color: #5F1CDA;
}
.TagClassName
{
border-color: #5F1CDA;
}
</style>