Shades of Purple Heart #5D0CAE
Tints of Purple Heart #5D0CAE
RGB
CMYK
RGB Variations
Color information
#5D0CAE (or 0x5D0CAE) is known color: Purple Heart. HEX triplet: 5D, 0C and AE. RGB value is (93,12,174). Sum of RGB (Red+Green+Blue) = 93+12+174=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0CAE is #A2F351. Grayscale: #363636. Windows color (decimal): -10679122 or 11406429. OLE color: 11406429.
HSL color Cylindrical-coordinate representation of color #5D0CAE: hue angle of 270º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0CAE is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 12 | 174 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.32 |
| HSL | 270º | 0.87% | 0.36% | - |
| HSV(B) | 270º | 0.93% | 0.68% | - |
| XYZ | 12.29 | 5.65 | 40.49 | - |
| YUV | 54.69 | 195.34 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 12 | 174 | 0.47 | 0.93 | 0 | 0.32 | 270 | 0.87 | 0.36 |
| Hex | 5D | C | AE | 2F | 5D | 0 | 20 | 10E | 57 | 24 |
| Octal | 135 | 14 | 256 | 57 | 135 | 0 | 40 | 416 | 127 | 44 |
| Binary | 1011101 | 1100 | 10101110 | 101111 | 1011101 | 0 | 100000 | 100001110 | 1010111 | 100100 |
Color Harmonies of #5D0CAE
Complementary color
Monochromatic Colors of #5D0CAE
Black with #5D0CAE
Text Example
Text Example
White with #5D0CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0CAE; }
p { color: rgb(93,12,174); }
H1.HeaderClassName
{
color: #5D0CAE;
}
.AnyTagClassName
{
color: #5D0CAE;
}
</style>
background-color css
<style>
a { background-color: #5D0CAE; }
a { background-color: rgb(93,12,174); }
div.DivClassName
{
background-color: #5D0CAE;
}
.BgClassName
{
background-color: #5D0CAE;
}
</style>
border-color css
<style>
span { border-color: #5D0CAE; }
span { border-color: rgb(93,12,174); }
td.TdClassName
{
border-color: #5D0CAE;
}
.TagClassName
{
border-color: #5D0CAE;
}
</style>