Shades of Purple Heart #5A13CB
Tints of Purple Heart #5A13CB
RGB
CMYK
RGB Variations
Color information
#5A13CB (or 0x5A13CB) is known color: Purple Heart. HEX triplet: 5A, 13 and CB. RGB value is (90,19,203). Sum of RGB (Red+Green+Blue) = 90+19+203=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A13CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A13CB is #A5EC34. Grayscale: #3C3C3C. Windows color (decimal): -10873909 or 13308762. OLE color: 13308762.
HSL color Cylindrical-coordinate representation of color #5A13CB: hue angle of 263.15º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A13CB is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 19 | 203 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.20 |
| HSL | 263.15º | 0.83% | 0.44% | - |
| HSV(B) | 263.15º | 0.91% | 0.8% | - |
| XYZ | 15.23 | 6.95 | 57.04 | - |
| YUV | 61.21 | 208.02 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 203 | 0.56 | 0.91 | 0 | 0.20 | 263.15 | 0.83 | 0.44 |
| Hex | 5A | 13 | CB | 38 | 5B | 0 | 14 | 107 | 53 | 2C |
| Octal | 132 | 23 | 313 | 70 | 133 | 0 | 24 | 407 | 123 | 54 |
| Binary | 1011010 | 10011 | 11001011 | 111000 | 1011011 | 0 | 10100 | 100000111 | 1010011 | 101100 |
Color Harmonies of #5A13CB
Complementary color
Monochromatic Colors of #5A13CB
Black with #5A13CB
Text Example
Text Example
White with #5A13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A13CB; }
p { color: rgb(90,19,203); }
H1.HeaderClassName
{
color: #5A13CB;
}
.AnyTagClassName
{
color: #5A13CB;
}
</style>
background-color css
<style>
a { background-color: #5A13CB; }
a { background-color: rgb(90,19,203); }
div.DivClassName
{
background-color: #5A13CB;
}
.BgClassName
{
background-color: #5A13CB;
}
</style>
border-color css
<style>
span { border-color: #5A13CB; }
span { border-color: rgb(90,19,203); }
td.TdClassName
{
border-color: #5A13CB;
}
.TagClassName
{
border-color: #5A13CB;
}
</style>