Shades of Purple Heart #5A12C1
Tints of Purple Heart #5A12C1
RGB
CMYK
RGB Variations
Color information
#5A12C1 (or 0x5A12C1) is known color: Purple Heart. HEX triplet: 5A, 12 and C1. RGB value is (90,18,193). Sum of RGB (Red+Green+Blue) = 90+18+193=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #5A12C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A12C1 is #A5ED3E. Grayscale: #3A3A3A. Windows color (decimal): -10874175 or 12653146. OLE color: 12653146.
HSL color Cylindrical-coordinate representation of color #5A12C1: hue angle of 264.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A12C1 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 18 | 193 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.24 |
| HSL | 264.69º | 0.83% | 0.41% | - |
| HSV(B) | 264.69º | 0.91% | 0.76% | - |
| XYZ | 14.06 | 6.46 | 50.96 | - |
| YUV | 59.48 | 203.35 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 18 | 193 | 0.53 | 0.91 | 0 | 0.24 | 264.69 | 0.83 | 0.41 |
| Hex | 5A | 12 | C1 | 35 | 5B | 0 | 18 | 109 | 53 | 29 |
| Octal | 132 | 22 | 301 | 65 | 133 | 0 | 30 | 411 | 123 | 51 |
| Binary | 1011010 | 10010 | 11000001 | 110101 | 1011011 | 0 | 11000 | 100001001 | 1010011 | 101001 |
Color Harmonies of #5A12C1
Complementary color
Monochromatic Colors of #5A12C1
Black with #5A12C1
Text Example
Text Example
White with #5A12C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A12C1; }
p { color: rgb(90,18,193); }
H1.HeaderClassName
{
color: #5A12C1;
}
.AnyTagClassName
{
color: #5A12C1;
}
</style>
background-color css
<style>
a { background-color: #5A12C1; }
a { background-color: rgb(90,18,193); }
div.DivClassName
{
background-color: #5A12C1;
}
.BgClassName
{
background-color: #5A12C1;
}
</style>
border-color css
<style>
span { border-color: #5A12C1; }
span { border-color: rgb(90,18,193); }
td.TdClassName
{
border-color: #5A12C1;
}
.TagClassName
{
border-color: #5A12C1;
}
</style>