Shades of Purple Heart #5A01CA
Tints of Purple Heart #5A01CA
RGB
CMYK
RGB Variations
Color information
#5A01CA (or 0x5A01CA) is known color: Purple Heart. HEX triplet: 5A, 01 and CA. RGB value is (90,1,202). Sum of RGB (Red+Green+Blue) = 90+1+202=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A01CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A01CA is #A5FE35. Grayscale: #313131. Windows color (decimal): -10878518 or 13238618. OLE color: 13238618.
HSL color Cylindrical-coordinate representation of color #5A01CA: hue angle of 266.57º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A01CA is Cyan = 0.55, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 1 | 202 | - |
| CMYK | 0.55 | 1.00 | 0 | 0.21 |
| HSL | 266.57º | 0.99% | 0.4% | - |
| HSV(B) | 266.57º | 1% | 0.79% | - |
| XYZ | 14.89 | 6.46 | 56.34 | - |
| YUV | 50.53 | 213.49 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 202 | 0.55 | 1.00 | 0 | 0.21 | 266.57 | 0.99 | 0.4 |
| Hex | 5A | 1 | CA | 37 | 64 | 0 | 15 | 10B | 63 | 28 |
| Octal | 132 | 1 | 312 | 67 | 144 | 0 | 25 | 413 | 143 | 50 |
| Binary | 1011010 | 1 | 11001010 | 110111 | 1100100 | 0 | 10101 | 100001011 | 1100011 | 101000 |
Color Harmonies of #5A01CA
Complementary color
Monochromatic Colors of #5A01CA
Black with #5A01CA
Text Example
Text Example
White with #5A01CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A01CA; }
p { color: rgb(90,1,202); }
H1.HeaderClassName
{
color: #5A01CA;
}
.AnyTagClassName
{
color: #5A01CA;
}
</style>
background-color css
<style>
a { background-color: #5A01CA; }
a { background-color: rgb(90,1,202); }
div.DivClassName
{
background-color: #5A01CA;
}
.BgClassName
{
background-color: #5A01CA;
}
</style>
border-color css
<style>
span { border-color: #5A01CA; }
span { border-color: rgb(90,1,202); }
td.TdClassName
{
border-color: #5A01CA;
}
.TagClassName
{
border-color: #5A01CA;
}
</style>