Shades of Purple Heart #5A3CCA
Tints of Purple Heart #5A3CCA
RGB
CMYK
RGB Variations
Color information
#5A3CCA (or 0x5A3CCA) is known color: Purple Heart. HEX triplet: 5A, 3C and CA. RGB value is (90,60,202). Sum of RGB (Red+Green+Blue) = 90+60+202=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A3CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3CCA is #A5C335. Grayscale: #545454. Windows color (decimal): -10863414 or 13253722. OLE color: 13253722.
HSL color Cylindrical-coordinate representation of color #5A3CCA: hue angle of 252.68º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A3CCA is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 60 | 202 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.21 |
| HSL | 252.68º | 0.57% | 0.51% | - |
| HSV(B) | 252.68º | 0.7% | 0.79% | - |
| XYZ | 16.49 | 9.67 | 56.87 | - |
| YUV | 85.16 | 193.94 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 202 | 0.55 | 0.70 | 0 | 0.21 | 252.68 | 0.57 | 0.51 |
| Hex | 5A | 3C | CA | 37 | 46 | 0 | 15 | FD | 39 | 33 |
| Octal | 132 | 74 | 312 | 67 | 106 | 0 | 25 | 375 | 71 | 63 |
| Binary | 1011010 | 111100 | 11001010 | 110111 | 1000110 | 0 | 10101 | 11111101 | 111001 | 110011 |
Color Harmonies of #5A3CCA
Complementary color
Monochromatic Colors of #5A3CCA
Black with #5A3CCA
Text Example
Text Example
White with #5A3CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3CCA; }
p { color: rgb(90,60,202); }
H1.HeaderClassName
{
color: #5A3CCA;
}
.AnyTagClassName
{
color: #5A3CCA;
}
</style>
background-color css
<style>
a { background-color: #5A3CCA; }
a { background-color: rgb(90,60,202); }
div.DivClassName
{
background-color: #5A3CCA;
}
.BgClassName
{
background-color: #5A3CCA;
}
</style>
border-color css
<style>
span { border-color: #5A3CCA; }
span { border-color: rgb(90,60,202); }
td.TdClassName
{
border-color: #5A3CCA;
}
.TagClassName
{
border-color: #5A3CCA;
}
</style>