Shades of Purple Heart #5A11C3
Tints of Purple Heart #5A11C3
RGB
CMYK
RGB Variations
Color information
#5A11C3 (or 0x5A11C3) is known color: Purple Heart. HEX triplet: 5A, 11 and C3. RGB value is (90,17,195). Sum of RGB (Red+Green+Blue) = 90+17+195=302 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.80% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 195 (76.56% from 255 or 64.57% from 302); Max value from RGB is 195 - color contains mainly: blue. Hex color #5A11C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A11C3 is #A5EE3C. Grayscale: #3A3A3A. Windows color (decimal): -10874429 or 12783962. OLE color: 12783962.
HSL color Cylindrical-coordinate representation of color #5A11C3: hue angle of 264.61º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A11C3 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 17 | 195 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.24 |
| HSL | 264.61º | 0.84% | 0.42% | - |
| HSV(B) | 264.61º | 0.91% | 0.76% | - |
| XYZ | 14.27 | 6.51 | 52.14 | - |
| YUV | 59.12 | 204.68 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 195 | 0.54 | 0.91 | 0 | 0.24 | 264.61 | 0.84 | 0.42 |
| Hex | 5A | 11 | C3 | 36 | 5B | 0 | 18 | 109 | 54 | 2A |
| Octal | 132 | 21 | 303 | 66 | 133 | 0 | 30 | 411 | 124 | 52 |
| Binary | 1011010 | 10001 | 11000011 | 110110 | 1011011 | 0 | 11000 | 100001001 | 1010100 | 101010 |
Color Harmonies of #5A11C3
Complementary color
Monochromatic Colors of #5A11C3
Black with #5A11C3
Text Example
Text Example
White with #5A11C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A11C3; }
p { color: rgb(90,17,195); }
H1.HeaderClassName
{
color: #5A11C3;
}
.AnyTagClassName
{
color: #5A11C3;
}
</style>
background-color css
<style>
a { background-color: #5A11C3; }
a { background-color: rgb(90,17,195); }
div.DivClassName
{
background-color: #5A11C3;
}
.BgClassName
{
background-color: #5A11C3;
}
</style>
border-color css
<style>
span { border-color: #5A11C3; }
span { border-color: rgb(90,17,195); }
td.TdClassName
{
border-color: #5A11C3;
}
.TagClassName
{
border-color: #5A11C3;
}
</style>