Shades of Purple Heart #5812AF
Tints of Purple Heart #5812AF
RGB
CMYK
RGB Variations
Color information
#5812AF (or 0x5812AF) is known color: Purple Heart. HEX triplet: 58, 12 and AF. RGB value is (88,18,175). Sum of RGB (Red+Green+Blue) = 88+18+175=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #5812AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5812AF is #A7ED50. Grayscale: #383838. Windows color (decimal): -11005265 or 11473496. OLE color: 11473496.
HSL color Cylindrical-coordinate representation of color #5812AF: hue angle of 266.75º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5812AF is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 18 | 175 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.31 |
| HSL | 266.75º | 0.81% | 0.38% | - |
| HSV(B) | 266.75º | 0.9% | 0.69% | - |
| XYZ | 11.98 | 5.6 | 41.01 | - |
| YUV | 56.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 175 | 0.50 | 0.90 | 0 | 0.31 | 266.75 | 0.81 | 0.38 |
| Hex | 58 | 12 | AF | 32 | 5A | 0 | 1F | 10B | 51 | 26 |
| Octal | 130 | 22 | 257 | 62 | 132 | 0 | 37 | 413 | 121 | 46 |
| Binary | 1011000 | 10010 | 10101111 | 110010 | 1011010 | 0 | 11111 | 100001011 | 1010001 | 100110 |
Color Harmonies of #5812AF
Complementary color
Monochromatic Colors of #5812AF
Black with #5812AF
Text Example
Text Example
White with #5812AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5812AF; }
p { color: rgb(88,18,175); }
H1.HeaderClassName
{
color: #5812AF;
}
.AnyTagClassName
{
color: #5812AF;
}
</style>
background-color css
<style>
a { background-color: #5812AF; }
a { background-color: rgb(88,18,175); }
div.DivClassName
{
background-color: #5812AF;
}
.BgClassName
{
background-color: #5812AF;
}
</style>
border-color css
<style>
span { border-color: #5812AF; }
span { border-color: rgb(88,18,175); }
td.TdClassName
{
border-color: #5812AF;
}
.TagClassName
{
border-color: #5812AF;
}
</style>