Shades of Purple Heart #5F27DC
Tints of Purple Heart #5F27DC
RGB
CMYK
RGB Variations
Color information
#5F27DC (or 0x5F27DC) is known color: Purple Heart. HEX triplet: 5F, 27 and DC. RGB value is (95,39,220). Sum of RGB (Red+Green+Blue) = 95+39+220=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F27DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F27DC is #A0D823. Grayscale: #4B4B4B. Windows color (decimal): -10541092 or 14427999. OLE color: 14427999.
HSL color Cylindrical-coordinate representation of color #5F27DC: hue angle of 258.56º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F27DC is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 39 | 220 | - |
| CMYK | 0.57 | 0.82 | 0 | 0.14 |
| HSL | 258.56º | 0.72% | 0.51% | - |
| HSV(B) | 258.56º | 0.82% | 0.86% | - |
| XYZ | 18.36 | 9.05 | 68.49 | - |
| YUV | 76.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 39 | 220 | 0.57 | 0.82 | 0 | 0.14 | 258.56 | 0.72 | 0.51 |
| Hex | 5F | 27 | DC | 39 | 52 | 0 | E | 103 | 48 | 33 |
| Octal | 137 | 47 | 334 | 71 | 122 | 0 | 16 | 403 | 110 | 63 |
| Binary | 1011111 | 100111 | 11011100 | 111001 | 1010010 | 0 | 1110 | 100000011 | 1001000 | 110011 |
Color Harmonies of #5F27DC
Complementary color
Monochromatic Colors of #5F27DC
Black with #5F27DC
Text Example
Text Example
White with #5F27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F27DC; }
p { color: rgb(95,39,220); }
H1.HeaderClassName
{
color: #5F27DC;
}
.AnyTagClassName
{
color: #5F27DC;
}
</style>
background-color css
<style>
a { background-color: #5F27DC; }
a { background-color: rgb(95,39,220); }
div.DivClassName
{
background-color: #5F27DC;
}
.BgClassName
{
background-color: #5F27DC;
}
</style>
border-color css
<style>
span { border-color: #5F27DC; }
span { border-color: rgb(95,39,220); }
td.TdClassName
{
border-color: #5F27DC;
}
.TagClassName
{
border-color: #5F27DC;
}
</style>