Shades of Purple Heart #5B12AF
Tints of Purple Heart #5B12AF
RGB
CMYK
RGB Variations
Color information
#5B12AF (or 0x5B12AF) is known color: Purple Heart. HEX triplet: 5B, 12 and AF. RGB value is (91,18,175). Sum of RGB (Red+Green+Blue) = 91+18+175=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B12AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B12AF is #A4ED50. Grayscale: #393939. Windows color (decimal): -10808657 or 11473499. OLE color: 11473499.
HSL color Cylindrical-coordinate representation of color #5B12AF: hue angle of 267.9º 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 #5B12AF is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 18 | 175 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.31 |
| HSL | 267.9º | 0.81% | 0.38% | - |
| HSV(B) | 267.9º | 0.9% | 0.69% | - |
| XYZ | 12.27 | 5.75 | 41.02 | - |
| YUV | 57.73 | 194.18 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 175 | 0.48 | 0.90 | 0 | 0.31 | 267.9 | 0.81 | 0.38 |
| Hex | 5B | 12 | AF | 30 | 5A | 0 | 1F | 10C | 51 | 26 |
| Octal | 133 | 22 | 257 | 60 | 132 | 0 | 37 | 414 | 121 | 46 |
| Binary | 1011011 | 10010 | 10101111 | 110000 | 1011010 | 0 | 11111 | 100001100 | 1010001 | 100110 |
Color Harmonies of #5B12AF
Complementary color
Monochromatic Colors of #5B12AF
Black with #5B12AF
Text Example
Text Example
White with #5B12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B12AF; }
p { color: rgb(91,18,175); }
H1.HeaderClassName
{
color: #5B12AF;
}
.AnyTagClassName
{
color: #5B12AF;
}
</style>
background-color css
<style>
a { background-color: #5B12AF; }
a { background-color: rgb(91,18,175); }
div.DivClassName
{
background-color: #5B12AF;
}
.BgClassName
{
background-color: #5B12AF;
}
</style>
border-color css
<style>
span { border-color: #5B12AF; }
span { border-color: rgb(91,18,175); }
td.TdClassName
{
border-color: #5B12AF;
}
.TagClassName
{
border-color: #5B12AF;
}
</style>