Shades of Purple Heart #5D0CAB
Tints of Purple Heart #5D0CAB
RGB
CMYK
RGB Variations
Color information
#5D0CAB (or 0x5D0CAB) is known color: Purple Heart. HEX triplet: 5D, 0C and AB. RGB value is (93,12,171). Sum of RGB (Red+Green+Blue) = 93+12+171=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D0CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0CAB is #A2F354. Grayscale: #353535. Windows color (decimal): -10679125 or 11209821. OLE color: 11209821.
HSL color Cylindrical-coordinate representation of color #5D0CAB: hue angle of 270.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0CAB is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 12 | 171 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.33 |
| HSL | 270.57º | 0.87% | 0.36% | - |
| HSV(B) | 270.57º | 0.93% | 0.67% | - |
| XYZ | 12 | 5.53 | 38.96 | - |
| YUV | 54.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 12 | 171 | 0.46 | 0.93 | 0 | 0.33 | 270.57 | 0.87 | 0.36 |
| Hex | 5D | C | AB | 2E | 5D | 0 | 21 | 10F | 57 | 24 |
| Octal | 135 | 14 | 253 | 56 | 135 | 0 | 41 | 417 | 127 | 44 |
| Binary | 1011101 | 1100 | 10101011 | 101110 | 1011101 | 0 | 100001 | 100001111 | 1010111 | 100100 |
Color Harmonies of #5D0CAB
Complementary color
Monochromatic Colors of #5D0CAB
Black with #5D0CAB
Text Example
Text Example
White with #5D0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0CAB; }
p { color: rgb(93,12,171); }
H1.HeaderClassName
{
color: #5D0CAB;
}
.AnyTagClassName
{
color: #5D0CAB;
}
</style>
background-color css
<style>
a { background-color: #5D0CAB; }
a { background-color: rgb(93,12,171); }
div.DivClassName
{
background-color: #5D0CAB;
}
.BgClassName
{
background-color: #5D0CAB;
}
</style>
border-color css
<style>
span { border-color: #5D0CAB; }
span { border-color: rgb(93,12,171); }
td.TdClassName
{
border-color: #5D0CAB;
}
.TagClassName
{
border-color: #5D0CAB;
}
</style>