Shades of Purple Heart #5F3ECD
Tints of Purple Heart #5F3ECD
RGB
CMYK
RGB Variations
Color information
#5F3ECD (or 0x5F3ECD) is known color: Purple Heart. HEX triplet: 5F, 3E and CD. RGB value is (95,62,205). Sum of RGB (Red+Green+Blue) = 95+62+205=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F3ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3ECD is #A0C132. Grayscale: #575757. Windows color (decimal): -10535219 or 13450847. OLE color: 13450847.
HSL color Cylindrical-coordinate representation of color #5F3ECD: hue angle of 253.85º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F3ECD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 62 | 205 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.20 |
| HSL | 253.85º | 0.59% | 0.52% | - |
| HSV(B) | 253.85º | 0.7% | 0.8% | - |
| XYZ | 17.46 | 10.29 | 58.82 | - |
| YUV | 88.17 | 193.93 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 62 | 205 | 0.54 | 0.70 | 0 | 0.20 | 253.85 | 0.59 | 0.52 |
| Hex | 5F | 3E | CD | 36 | 46 | 0 | 14 | FE | 3B | 34 |
| Octal | 137 | 76 | 315 | 66 | 106 | 0 | 24 | 376 | 73 | 64 |
| Binary | 1011111 | 111110 | 11001101 | 110110 | 1000110 | 0 | 10100 | 11111110 | 111011 | 110100 |
Color Harmonies of #5F3ECD
Complementary color
Monochromatic Colors of #5F3ECD
Black with #5F3ECD
Text Example
Text Example
White with #5F3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3ECD; }
p { color: rgb(95,62,205); }
H1.HeaderClassName
{
color: #5F3ECD;
}
.AnyTagClassName
{
color: #5F3ECD;
}
</style>
background-color css
<style>
a { background-color: #5F3ECD; }
a { background-color: rgb(95,62,205); }
div.DivClassName
{
background-color: #5F3ECD;
}
.BgClassName
{
background-color: #5F3ECD;
}
</style>
border-color css
<style>
span { border-color: #5F3ECD; }
span { border-color: rgb(95,62,205); }
td.TdClassName
{
border-color: #5F3ECD;
}
.TagClassName
{
border-color: #5F3ECD;
}
</style>