Shades of Purple Heart #5A3CC0
Tints of Purple Heart #5A3CC0
RGB
CMYK
RGB Variations
Color information
#5A3CC0 (or 0x5A3CC0) is known color: Purple Heart. HEX triplet: 5A, 3C and C0. RGB value is (90,60,192). Sum of RGB (Red+Green+Blue) = 90+60+192=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A3CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3CC0 is #A5C33F. Grayscale: #535353. Windows color (decimal): -10863424 or 12598362. OLE color: 12598362.
HSL color Cylindrical-coordinate representation of color #5A3CC0: hue angle of 253.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A3CC0 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 60 | 192 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.25 |
| HSL | 253.64º | 0.52% | 0.49% | - |
| HSV(B) | 253.64º | 0.69% | 0.75% | - |
| XYZ | 15.35 | 9.21 | 50.84 | - |
| YUV | 84.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 192 | 0.53 | 0.69 | 0 | 0.25 | 253.64 | 0.52 | 0.49 |
| Hex | 5A | 3C | C0 | 35 | 45 | 0 | 19 | FE | 34 | 31 |
| Octal | 132 | 74 | 300 | 65 | 105 | 0 | 31 | 376 | 64 | 61 |
| Binary | 1011010 | 111100 | 11000000 | 110101 | 1000101 | 0 | 11001 | 11111110 | 110100 | 110001 |
Color Harmonies of #5A3CC0
Complementary color
Monochromatic Colors of #5A3CC0
Black with #5A3CC0
Text Example
Text Example
White with #5A3CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3CC0; }
p { color: rgb(90,60,192); }
H1.HeaderClassName
{
color: #5A3CC0;
}
.AnyTagClassName
{
color: #5A3CC0;
}
</style>
background-color css
<style>
a { background-color: #5A3CC0; }
a { background-color: rgb(90,60,192); }
div.DivClassName
{
background-color: #5A3CC0;
}
.BgClassName
{
background-color: #5A3CC0;
}
</style>
border-color css
<style>
span { border-color: #5A3CC0; }
span { border-color: rgb(90,60,192); }
td.TdClassName
{
border-color: #5A3CC0;
}
.TagClassName
{
border-color: #5A3CC0;
}
</style>