Shades of Purple Heart #5F3ACD
Tints of Purple Heart #5F3ACD
RGB
CMYK
RGB Variations
Color information
#5F3ACD (or 0x5F3ACD) is known color: Purple Heart. HEX triplet: 5F, 3A and CD. RGB value is (95,58,205). Sum of RGB (Red+Green+Blue) = 95+58+205=358 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.54% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F3ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3ACD is #A0C532. Grayscale: #555555. Windows color (decimal): -10536243 or 13449823. OLE color: 13449823.
HSL color Cylindrical-coordinate representation of color #5F3ACD: hue angle of 255.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F3ACD is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 58 | 205 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.20 |
| HSL | 255.1º | 0.6% | 0.52% | - |
| HSV(B) | 255.1º | 0.72% | 0.8% | - |
| XYZ | 17.25 | 9.87 | 58.75 | - |
| YUV | 85.82 | 195.26 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 205 | 0.54 | 0.72 | 0 | 0.20 | 255.1 | 0.6 | 0.52 |
| Hex | 5F | 3A | CD | 36 | 48 | 0 | 14 | FF | 3C | 34 |
| Octal | 137 | 72 | 315 | 66 | 110 | 0 | 24 | 377 | 74 | 64 |
| Binary | 1011111 | 111010 | 11001101 | 110110 | 1001000 | 0 | 10100 | 11111111 | 111100 | 110100 |
Color Harmonies of #5F3ACD
Complementary color
Monochromatic Colors of #5F3ACD
Black with #5F3ACD
Text Example
Text Example
White with #5F3ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3ACD; }
p { color: rgb(95,58,205); }
H1.HeaderClassName
{
color: #5F3ACD;
}
.AnyTagClassName
{
color: #5F3ACD;
}
</style>
background-color css
<style>
a { background-color: #5F3ACD; }
a { background-color: rgb(95,58,205); }
div.DivClassName
{
background-color: #5F3ACD;
}
.BgClassName
{
background-color: #5F3ACD;
}
</style>
border-color css
<style>
span { border-color: #5F3ACD; }
span { border-color: rgb(95,58,205); }
td.TdClassName
{
border-color: #5F3ACD;
}
.TagClassName
{
border-color: #5F3ACD;
}
</style>