Shades of Purple Heart #5D0BAC
Tints of Purple Heart #5D0BAC
RGB
CMYK
RGB Variations
Color information
#5D0BAC (or 0x5D0BAC) is known color: Purple Heart. HEX triplet: 5D, 0B and AC. RGB value is (93,11,172). Sum of RGB (Red+Green+Blue) = 93+11+172=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D0BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0BAC is #A2F453. Grayscale: #353535. Windows color (decimal): -10679380 or 11275101. OLE color: 11275101.
HSL color Cylindrical-coordinate representation of color #5D0BAC: hue angle of 270.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0BAC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 11 | 172 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.33 |
| HSL | 270.56º | 0.88% | 0.36% | - |
| HSV(B) | 270.56º | 0.94% | 0.67% | - |
| XYZ | 12.08 | 5.55 | 39.46 | - |
| YUV | 53.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 11 | 172 | 0.46 | 0.94 | 0 | 0.33 | 270.56 | 0.88 | 0.36 |
| Hex | 5D | B | AC | 2E | 5E | 0 | 21 | 10F | 58 | 24 |
| Octal | 135 | 13 | 254 | 56 | 136 | 0 | 41 | 417 | 130 | 44 |
| Binary | 1011101 | 1011 | 10101100 | 101110 | 1011110 | 0 | 100001 | 100001111 | 1011000 | 100100 |
Color Harmonies of #5D0BAC
Complementary color
Monochromatic Colors of #5D0BAC
Black with #5D0BAC
Text Example
Text Example
White with #5D0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0BAC; }
p { color: rgb(93,11,172); }
H1.HeaderClassName
{
color: #5D0BAC;
}
.AnyTagClassName
{
color: #5D0BAC;
}
</style>
background-color css
<style>
a { background-color: #5D0BAC; }
a { background-color: rgb(93,11,172); }
div.DivClassName
{
background-color: #5D0BAC;
}
.BgClassName
{
background-color: #5D0BAC;
}
</style>
border-color css
<style>
span { border-color: #5D0BAC; }
span { border-color: rgb(93,11,172); }
td.TdClassName
{
border-color: #5D0BAC;
}
.TagClassName
{
border-color: #5D0BAC;
}
</style>