Shades of Purple Heart #5F1BDC
Tints of Purple Heart #5F1BDC
RGB
CMYK
RGB Variations
Color information
#5F1BDC (or 0x5F1BDC) is known color: Purple Heart. HEX triplet: 5F, 1B and DC. RGB value is (95,27,220). Sum of RGB (Red+Green+Blue) = 95+27+220=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F1BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1BDC is #A0E423. Grayscale: #444444. Windows color (decimal): -10544164 or 14424927. OLE color: 14424927.
HSL color Cylindrical-coordinate representation of color #5F1BDC: hue angle of 261.14º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5F1BDC is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 27 | 220 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.14 |
| HSL | 261.14º | 0.78% | 0.48% | - |
| HSV(B) | 261.14º | 0.88% | 0.86% | - |
| XYZ | 18.03 | 8.38 | 68.38 | - |
| YUV | 69.33 | 213.03 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 27 | 220 | 0.57 | 0.88 | 0 | 0.14 | 261.14 | 0.78 | 0.48 |
| Hex | 5F | 1B | DC | 39 | 58 | 0 | E | 105 | 4E | 30 |
| Octal | 137 | 33 | 334 | 71 | 130 | 0 | 16 | 405 | 116 | 60 |
| Binary | 1011111 | 11011 | 11011100 | 111001 | 1011000 | 0 | 1110 | 100000101 | 1001110 | 110000 |
Color Harmonies of #5F1BDC
Complementary color
Monochromatic Colors of #5F1BDC
Black with #5F1BDC
Text Example
Text Example
White with #5F1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1BDC; }
p { color: rgb(95,27,220); }
H1.HeaderClassName
{
color: #5F1BDC;
}
.AnyTagClassName
{
color: #5F1BDC;
}
</style>
background-color css
<style>
a { background-color: #5F1BDC; }
a { background-color: rgb(95,27,220); }
div.DivClassName
{
background-color: #5F1BDC;
}
.BgClassName
{
background-color: #5F1BDC;
}
</style>
border-color css
<style>
span { border-color: #5F1BDC; }
span { border-color: rgb(95,27,220); }
td.TdClassName
{
border-color: #5F1BDC;
}
.TagClassName
{
border-color: #5F1BDC;
}
</style>