Shades of Purple Heart #5D33CE
Tints of Purple Heart #5D33CE
RGB
CMYK
RGB Variations
Color information
#5D33CE (or 0x5D33CE) is known color: Purple Heart. HEX triplet: 5D, 33 and CE. RGB value is (93,51,206). Sum of RGB (Red+Green+Blue) = 93+51+206=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D33CE is #A2CC31. Grayscale: #505050. Windows color (decimal): -10669106 or 13513565. OLE color: 13513565.
HSL color Cylindrical-coordinate representation of color #5D33CE: hue angle of 256.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D33CE is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 51 | 206 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.19 |
| HSL | 256.26º | 0.61% | 0.5% | - |
| HSV(B) | 256.26º | 0.75% | 0.81% | - |
| XYZ | 16.84 | 9.15 | 59.27 | - |
| YUV | 81.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 206 | 0.55 | 0.75 | 0 | 0.19 | 256.26 | 0.61 | 0.5 |
| Hex | 5D | 33 | CE | 37 | 4B | 0 | 13 | 100 | 3D | 32 |
| Octal | 135 | 63 | 316 | 67 | 113 | 0 | 23 | 400 | 75 | 62 |
| Binary | 1011101 | 110011 | 11001110 | 110111 | 1001011 | 0 | 10011 | 100000000 | 111101 | 110010 |
Color Harmonies of #5D33CE
Complementary color
Monochromatic Colors of #5D33CE
Black with #5D33CE
Text Example
Text Example
White with #5D33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D33CE; }
p { color: rgb(93,51,206); }
H1.HeaderClassName
{
color: #5D33CE;
}
.AnyTagClassName
{
color: #5D33CE;
}
</style>
background-color css
<style>
a { background-color: #5D33CE; }
a { background-color: rgb(93,51,206); }
div.DivClassName
{
background-color: #5D33CE;
}
.BgClassName
{
background-color: #5D33CE;
}
</style>
border-color css
<style>
span { border-color: #5D33CE; }
span { border-color: rgb(93,51,206); }
td.TdClassName
{
border-color: #5D33CE;
}
.TagClassName
{
border-color: #5D33CE;
}
</style>