Shades of Purple Heart #5F2CDF
Tints of Purple Heart #5F2CDF
RGB
CMYK
RGB Variations
Color information
#5F2CDF (or 0x5F2CDF) is known color: Purple Heart. HEX triplet: 5F, 2C and DF. RGB value is (95,44,223). Sum of RGB (Red+Green+Blue) = 95+44+223=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F2CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2CDF is #A0D320. Grayscale: #4E4E4E. Windows color (decimal): -10539809 or 14625887. OLE color: 14625887.
HSL color Cylindrical-coordinate representation of color #5F2CDF: hue angle of 257.09º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F2CDF is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 44 | 223 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.13 |
| HSL | 257.1º | 0.74% | 0.52% | - |
| HSV(B) | 257.1º | 0.8% | 0.87% | - |
| XYZ | 18.94 | 9.56 | 70.66 | - |
| YUV | 79.66 | 208.9 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 44 | 223 | 0.57 | 0.80 | 0 | 0.13 | 257.1 | 0.74 | 0.52 |
| Hex | 5F | 2C | DF | 39 | 50 | 0 | D | 101 | 4A | 34 |
| Octal | 137 | 54 | 337 | 71 | 120 | 0 | 15 | 401 | 112 | 64 |
| Binary | 1011111 | 101100 | 11011111 | 111001 | 1010000 | 0 | 1101 | 100000001 | 1001010 | 110100 |
Color Harmonies of #5F2CDF
Complementary color
Monochromatic Colors of #5F2CDF
Black with #5F2CDF
Text Example
Text Example
White with #5F2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2CDF; }
p { color: rgb(95,44,223); }
H1.HeaderClassName
{
color: #5F2CDF;
}
.AnyTagClassName
{
color: #5F2CDF;
}
</style>
background-color css
<style>
a { background-color: #5F2CDF; }
a { background-color: rgb(95,44,223); }
div.DivClassName
{
background-color: #5F2CDF;
}
.BgClassName
{
background-color: #5F2CDF;
}
</style>
border-color css
<style>
span { border-color: #5F2CDF; }
span { border-color: rgb(95,44,223); }
td.TdClassName
{
border-color: #5F2CDF;
}
.TagClassName
{
border-color: #5F2CDF;
}
</style>