Shades of Purple Heart #5D3FCD
Tints of Purple Heart #5D3FCD
RGB
CMYK
RGB Variations
Color information
#5D3FCD (or 0x5D3FCD) is known color: Purple Heart. HEX triplet: 5D, 3F and CD. RGB value is (93,63,205). Sum of RGB (Red+Green+Blue) = 93+63+205=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D3FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FCD is #A2C032. Grayscale: #575757. Windows color (decimal): -10666035 or 13451101. OLE color: 13451101.
HSL color Cylindrical-coordinate representation of color #5D3FCD: hue angle of 252.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D3FCD is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 63 | 205 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.20 |
| HSL | 252.68º | 0.59% | 0.53% | - |
| HSV(B) | 252.68º | 0.69% | 0.8% | - |
| XYZ | 17.31 | 10.29 | 58.83 | - |
| YUV | 88.16 | 193.94 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 205 | 0.55 | 0.69 | 0 | 0.20 | 252.68 | 0.59 | 0.53 |
| Hex | 5D | 3F | CD | 37 | 45 | 0 | 14 | FD | 3B | 35 |
| Octal | 135 | 77 | 315 | 67 | 105 | 0 | 24 | 375 | 73 | 65 |
| Binary | 1011101 | 111111 | 11001101 | 110111 | 1000101 | 0 | 10100 | 11111101 | 111011 | 110101 |
Color Harmonies of #5D3FCD
Complementary color
Monochromatic Colors of #5D3FCD
Black with #5D3FCD
Text Example
Text Example
White with #5D3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3FCD; }
p { color: rgb(93,63,205); }
H1.HeaderClassName
{
color: #5D3FCD;
}
.AnyTagClassName
{
color: #5D3FCD;
}
</style>
background-color css
<style>
a { background-color: #5D3FCD; }
a { background-color: rgb(93,63,205); }
div.DivClassName
{
background-color: #5D3FCD;
}
.BgClassName
{
background-color: #5D3FCD;
}
</style>
border-color css
<style>
span { border-color: #5D3FCD; }
span { border-color: rgb(93,63,205); }
td.TdClassName
{
border-color: #5D3FCD;
}
.TagClassName
{
border-color: #5D3FCD;
}
</style>