Shades of Purple Heart #5D2CCD
Tints of Purple Heart #5D2CCD
RGB
CMYK
RGB Variations
Color information
#5D2CCD (or 0x5D2CCD) is known color: Purple Heart. HEX triplet: 5D, 2C and CD. RGB value is (93,44,205). Sum of RGB (Red+Green+Blue) = 93+44+205=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D2CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2CCD is #A2D332. Grayscale: #4C4C4C. Windows color (decimal): -10670899 or 13446237. OLE color: 13446237.
HSL color Cylindrical-coordinate representation of color #5D2CCD: hue angle of 258.26º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D2CCD is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 44 | 205 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.20 |
| HSL | 258.26º | 0.65% | 0.49% | - |
| HSV(B) | 258.26º | 0.79% | 0.8% | - |
| XYZ | 16.43 | 8.54 | 58.54 | - |
| YUV | 77.01 | 200.23 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 44 | 205 | 0.55 | 0.79 | 0 | 0.20 | 258.26 | 0.65 | 0.49 |
| Hex | 5D | 2C | CD | 37 | 4F | 0 | 14 | 102 | 41 | 31 |
| Octal | 135 | 54 | 315 | 67 | 117 | 0 | 24 | 402 | 101 | 61 |
| Binary | 1011101 | 101100 | 11001101 | 110111 | 1001111 | 0 | 10100 | 100000010 | 1000001 | 110001 |
Color Harmonies of #5D2CCD
Complementary color
Monochromatic Colors of #5D2CCD
Black with #5D2CCD
Text Example
Text Example
White with #5D2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2CCD; }
p { color: rgb(93,44,205); }
H1.HeaderClassName
{
color: #5D2CCD;
}
.AnyTagClassName
{
color: #5D2CCD;
}
</style>
background-color css
<style>
a { background-color: #5D2CCD; }
a { background-color: rgb(93,44,205); }
div.DivClassName
{
background-color: #5D2CCD;
}
.BgClassName
{
background-color: #5D2CCD;
}
</style>
border-color css
<style>
span { border-color: #5D2CCD; }
span { border-color: rgb(93,44,205); }
td.TdClassName
{
border-color: #5D2CCD;
}
.TagClassName
{
border-color: #5D2CCD;
}
</style>