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