Shades of Purple Heart #5D35DC
Tints of Purple Heart #5D35DC
RGB
CMYK
RGB Variations
Color information
#5D35DC (or 0x5D35DC) is known color: Purple Heart. HEX triplet: 5D, 35 and DC. RGB value is (93,53,220). Sum of RGB (Red+Green+Blue) = 93+53+220=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D35DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D35DC is #A2CA23. Grayscale: #535353. Windows color (decimal): -10668580 or 14431581. OLE color: 14431581.
HSL color Cylindrical-coordinate representation of color #5D35DC: hue angle of 254.37º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D35DC is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 53 | 220 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.14 |
| HSL | 254.37º | 0.7% | 0.54% | - |
| HSV(B) | 254.37º | 0.76% | 0.86% | - |
| XYZ | 18.71 | 10.04 | 68.66 | - |
| YUV | 84 | 204.75 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 53 | 220 | 0.58 | 0.76 | 0 | 0.14 | 254.37 | 0.7 | 0.54 |
| Hex | 5D | 35 | DC | 3A | 4C | 0 | E | FE | 46 | 36 |
| Octal | 135 | 65 | 334 | 72 | 114 | 0 | 16 | 376 | 106 | 66 |
| Binary | 1011101 | 110101 | 11011100 | 111010 | 1001100 | 0 | 1110 | 11111110 | 1000110 | 110110 |
Color Harmonies of #5D35DC
Complementary color
Monochromatic Colors of #5D35DC
Black with #5D35DC
Text Example
Text Example
White with #5D35DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D35DC; }
p { color: rgb(93,53,220); }
H1.HeaderClassName
{
color: #5D35DC;
}
.AnyTagClassName
{
color: #5D35DC;
}
</style>
background-color css
<style>
a { background-color: #5D35DC; }
a { background-color: rgb(93,53,220); }
div.DivClassName
{
background-color: #5D35DC;
}
.BgClassName
{
background-color: #5D35DC;
}
</style>
border-color css
<style>
span { border-color: #5D35DC; }
span { border-color: rgb(93,53,220); }
td.TdClassName
{
border-color: #5D35DC;
}
.TagClassName
{
border-color: #5D35DC;
}
</style>