Shades of Purple Heart #5A10CA
Tints of Purple Heart #5A10CA
RGB
CMYK
RGB Variations
Color information
#5A10CA (or 0x5A10CA) is known color: Purple Heart. HEX triplet: 5A, 10 and CA. RGB value is (90,16,202). Sum of RGB (Red+Green+Blue) = 90+16+202=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A10CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A10CA is #A5EF35. Grayscale: #3A3A3A. Windows color (decimal): -10874678 or 13242458. OLE color: 13242458.
HSL color Cylindrical-coordinate representation of color #5A10CA: hue angle of 263.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A10CA is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 16 | 202 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.21 |
| HSL | 263.87º | 0.85% | 0.43% | - |
| HSV(B) | 263.87º | 0.92% | 0.79% | - |
| XYZ | 15.06 | 6.81 | 56.4 | - |
| YUV | 59.33 | 208.52 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 202 | 0.55 | 0.92 | 0 | 0.21 | 263.87 | 0.85 | 0.43 |
| Hex | 5A | 10 | CA | 37 | 5C | 0 | 15 | 108 | 55 | 2B |
| Octal | 132 | 20 | 312 | 67 | 134 | 0 | 25 | 410 | 125 | 53 |
| Binary | 1011010 | 10000 | 11001010 | 110111 | 1011100 | 0 | 10101 | 100001000 | 1010101 | 101011 |
Color Harmonies of #5A10CA
Complementary color
Monochromatic Colors of #5A10CA
Black with #5A10CA
Text Example
Text Example
White with #5A10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A10CA; }
p { color: rgb(90,16,202); }
H1.HeaderClassName
{
color: #5A10CA;
}
.AnyTagClassName
{
color: #5A10CA;
}
</style>
background-color css
<style>
a { background-color: #5A10CA; }
a { background-color: rgb(90,16,202); }
div.DivClassName
{
background-color: #5A10CA;
}
.BgClassName
{
background-color: #5A10CA;
}
</style>
border-color css
<style>
span { border-color: #5A10CA; }
span { border-color: rgb(90,16,202); }
td.TdClassName
{
border-color: #5A10CA;
}
.TagClassName
{
border-color: #5A10CA;
}
</style>