Shades of Purple Heart #5A13CE
Tints of Purple Heart #5A13CE
RGB
CMYK
RGB Variations
Color information
#5A13CE (or 0x5A13CE) is known color: Purple Heart. HEX triplet: 5A, 13 and CE. RGB value is (90,19,206). Sum of RGB (Red+Green+Blue) = 90+19+206=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A13CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A13CE is #A5EC31. Grayscale: #3C3C3C. Windows color (decimal): -10873906 or 13505370. OLE color: 13505370.
HSL color Cylindrical-coordinate representation of color #5A13CE: hue angle of 262.78º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A13CE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 19 | 206 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.19 |
| HSL | 262.78º | 0.83% | 0.44% | - |
| HSV(B) | 262.78º | 0.91% | 0.81% | - |
| XYZ | 15.59 | 7.1 | 58.94 | - |
| YUV | 61.55 | 209.52 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 206 | 0.56 | 0.91 | 0 | 0.19 | 262.78 | 0.83 | 0.44 |
| Hex | 5A | 13 | CE | 38 | 5B | 0 | 13 | 107 | 53 | 2C |
| Octal | 132 | 23 | 316 | 70 | 133 | 0 | 23 | 407 | 123 | 54 |
| Binary | 1011010 | 10011 | 11001110 | 111000 | 1011011 | 0 | 10011 | 100000111 | 1010011 | 101100 |
Color Harmonies of #5A13CE
Complementary color
Monochromatic Colors of #5A13CE
Black with #5A13CE
Text Example
Text Example
White with #5A13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A13CE; }
p { color: rgb(90,19,206); }
H1.HeaderClassName
{
color: #5A13CE;
}
.AnyTagClassName
{
color: #5A13CE;
}
</style>
background-color css
<style>
a { background-color: #5A13CE; }
a { background-color: rgb(90,19,206); }
div.DivClassName
{
background-color: #5A13CE;
}
.BgClassName
{
background-color: #5A13CE;
}
</style>
border-color css
<style>
span { border-color: #5A13CE; }
span { border-color: rgb(90,19,206); }
td.TdClassName
{
border-color: #5A13CE;
}
.TagClassName
{
border-color: #5A13CE;
}
</style>