Shades of Purple Heart #5D00CD
Tints of Purple Heart #5D00CD
RGB
CMYK
RGB Variations
Color information
#5D00CD (or 0x5D00CD) is known color: Purple Heart. HEX triplet: 5D, 00 and CD. RGB value is (93,0,205). Sum of RGB (Red+Green+Blue) = 93+0+205=298 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.21% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D00CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D00CD is #A2FF32. Grayscale: #323232. Windows color (decimal): -10682163 or 13434973. OLE color: 13434973.
HSL color Cylindrical-coordinate representation of color #5D00CD: hue angle of 267.22º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D00CD is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 0 | 205 | - |
| CMYK | 0.55 | 1 | 0 | 0.20 |
| HSL | 267.22º | 1% | 0.4% | - |
| HSV(B) | 267.22º | 1% | 0.8% | - |
| XYZ | 15.53 | 6.73 | 58.24 | - |
| YUV | 51.18 | 214.81 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 0 | 205 | 0.55 | 1 | 0 | 0.20 | 267.22 | 1 | 0.4 |
| Hex | 5D | 0 | CD | 37 | 64 | 0 | 14 | 10B | 64 | 28 |
| Octal | 135 | 0 | 315 | 67 | 144 | 0 | 24 | 413 | 144 | 50 |
| Binary | 1011101 | 0 | 11001101 | 110111 | 1100100 | 0 | 10100 | 100001011 | 1100100 | 101000 |
Color Harmonies of #5D00CD
Complementary color
Monochromatic Colors of #5D00CD
Black with #5D00CD
Text Example
Text Example
White with #5D00CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D00CD; }
p { color: rgb(93,0,205); }
H1.HeaderClassName
{
color: #5D00CD;
}
.AnyTagClassName
{
color: #5D00CD;
}
</style>
background-color css
<style>
a { background-color: #5D00CD; }
a { background-color: rgb(93,0,205); }
div.DivClassName
{
background-color: #5D00CD;
}
.BgClassName
{
background-color: #5D00CD;
}
</style>
border-color css
<style>
span { border-color: #5D00CD; }
span { border-color: rgb(93,0,205); }
td.TdClassName
{
border-color: #5D00CD;
}
.TagClassName
{
border-color: #5D00CD;
}
</style>