Shades of Purple Heart #5D0FAC
Tints of Purple Heart #5D0FAC
RGB
CMYK
RGB Variations
Color information
#5D0FAC (or 0x5D0FAC) is known color: Purple Heart. HEX triplet: 5D, 0F and AC. RGB value is (93,15,172). Sum of RGB (Red+Green+Blue) = 93+15+172=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D0FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0FAC is #A2F053. Grayscale: #373737. Windows color (decimal): -10678356 or 11276125. OLE color: 11276125.
HSL color Cylindrical-coordinate representation of color #5D0FAC: hue angle of 269.81º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0FAC is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 15 | 172 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.33 |
| HSL | 269.81º | 0.84% | 0.37% | - |
| HSV(B) | 269.81º | 0.91% | 0.67% | - |
| XYZ | 12.13 | 5.65 | 39.48 | - |
| YUV | 56.22 | 193.34 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 172 | 0.46 | 0.91 | 0 | 0.33 | 269.81 | 0.84 | 0.37 |
| Hex | 5D | F | AC | 2E | 5B | 0 | 21 | 10E | 54 | 25 |
| Octal | 135 | 17 | 254 | 56 | 133 | 0 | 41 | 416 | 124 | 45 |
| Binary | 1011101 | 1111 | 10101100 | 101110 | 1011011 | 0 | 100001 | 100001110 | 1010100 | 100101 |
Color Harmonies of #5D0FAC
Complementary color
Monochromatic Colors of #5D0FAC
Black with #5D0FAC
Text Example
Text Example
White with #5D0FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0FAC; }
p { color: rgb(93,15,172); }
H1.HeaderClassName
{
color: #5D0FAC;
}
.AnyTagClassName
{
color: #5D0FAC;
}
</style>
background-color css
<style>
a { background-color: #5D0FAC; }
a { background-color: rgb(93,15,172); }
div.DivClassName
{
background-color: #5D0FAC;
}
.BgClassName
{
background-color: #5D0FAC;
}
</style>
border-color css
<style>
span { border-color: #5D0FAC; }
span { border-color: rgb(93,15,172); }
td.TdClassName
{
border-color: #5D0FAC;
}
.TagClassName
{
border-color: #5D0FAC;
}
</style>