Shades of Purple Heart #5D0ACD
Tints of Purple Heart #5D0ACD
RGB
CMYK
RGB Variations
Color information
#5D0ACD (or 0x5D0ACD) is known color: Purple Heart. HEX triplet: 5D, 0A and CD. RGB value is (93,10,205). Sum of RGB (Red+Green+Blue) = 93+10+205=308 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.19% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D0ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0ACD is #A2F532. Grayscale: #383838. Windows color (decimal): -10679603 or 13437533. OLE color: 13437533.
HSL color Cylindrical-coordinate representation of color #5D0ACD: hue angle of 265.54º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0ACD is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 10 | 205 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.20 |
| HSL | 265.54º | 0.91% | 0.42% | - |
| HSV(B) | 265.54º | 0.95% | 0.8% | - |
| XYZ | 15.64 | 6.95 | 58.28 | - |
| YUV | 57.05 | 211.5 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 205 | 0.55 | 0.95 | 0 | 0.20 | 265.54 | 0.91 | 0.42 |
| Hex | 5D | A | CD | 37 | 5F | 0 | 14 | 10A | 5B | 2A |
| Octal | 135 | 12 | 315 | 67 | 137 | 0 | 24 | 412 | 133 | 52 |
| Binary | 1011101 | 1010 | 11001101 | 110111 | 1011111 | 0 | 10100 | 100001010 | 1011011 | 101010 |
Color Harmonies of #5D0ACD
Complementary color
Monochromatic Colors of #5D0ACD
Black with #5D0ACD
Text Example
Text Example
White with #5D0ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0ACD; }
p { color: rgb(93,10,205); }
H1.HeaderClassName
{
color: #5D0ACD;
}
.AnyTagClassName
{
color: #5D0ACD;
}
</style>
background-color css
<style>
a { background-color: #5D0ACD; }
a { background-color: rgb(93,10,205); }
div.DivClassName
{
background-color: #5D0ACD;
}
.BgClassName
{
background-color: #5D0ACD;
}
</style>
border-color css
<style>
span { border-color: #5D0ACD; }
span { border-color: rgb(93,10,205); }
td.TdClassName
{
border-color: #5D0ACD;
}
.TagClassName
{
border-color: #5D0ACD;
}
</style>