Shades of Purple Heart #5D06AF
Tints of Purple Heart #5D06AF
RGB
CMYK
RGB Variations
Color information
#5D06AF (or 0x5D06AF) is known color: Purple Heart. HEX triplet: 5D, 06 and AF. RGB value is (93,6,175). Sum of RGB (Red+Green+Blue) = 93+6+175=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D06AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D06AF is #A2F950. Grayscale: #323232. Windows color (decimal): -10680657 or 11470429. OLE color: 11470429.
HSL color Cylindrical-coordinate representation of color #5D06AF: hue angle of 270.89º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D06AF is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 6 | 175 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.31 |
| HSL | 270.89º | 0.93% | 0.35% | - |
| HSV(B) | 270.89º | 0.97% | 0.69% | - |
| XYZ | 12.32 | 5.55 | 40.98 | - |
| YUV | 51.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 175 | 0.47 | 0.97 | 0 | 0.31 | 270.89 | 0.93 | 0.35 |
| Hex | 5D | 6 | AF | 2F | 61 | 0 | 1F | 10F | 5D | 23 |
| Octal | 135 | 6 | 257 | 57 | 141 | 0 | 37 | 417 | 135 | 43 |
| Binary | 1011101 | 110 | 10101111 | 101111 | 1100001 | 0 | 11111 | 100001111 | 1011101 | 100011 |
Color Harmonies of #5D06AF
Complementary color
Monochromatic Colors of #5D06AF
Black with #5D06AF
Text Example
Text Example
White with #5D06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D06AF; }
p { color: rgb(93,6,175); }
H1.HeaderClassName
{
color: #5D06AF;
}
.AnyTagClassName
{
color: #5D06AF;
}
</style>
background-color css
<style>
a { background-color: #5D06AF; }
a { background-color: rgb(93,6,175); }
div.DivClassName
{
background-color: #5D06AF;
}
.BgClassName
{
background-color: #5D06AF;
}
</style>
border-color css
<style>
span { border-color: #5D06AF; }
span { border-color: rgb(93,6,175); }
td.TdClassName
{
border-color: #5D06AF;
}
.TagClassName
{
border-color: #5D06AF;
}
</style>