Shades of Purple Heart #5A3CCC
Tints of Purple Heart #5A3CCC
RGB
CMYK
RGB Variations
Color information
#5A3CCC (or 0x5A3CCC) is known color: Purple Heart. HEX triplet: 5A, 3C and CC. RGB value is (90,60,204). Sum of RGB (Red+Green+Blue) = 90+60+204=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A3CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A3CCC is #A5C333. Grayscale: #545454. Windows color (decimal): -10863412 or 13384794. OLE color: 13384794.
HSL color Cylindrical-coordinate representation of color #5A3CCC: hue angle of 252.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A3CCC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 60 | 204 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.2 |
| HSL | 252.5º | 0.59% | 0.52% | - |
| HSV(B) | 252.5º | 0.71% | 0.8% | - |
| XYZ | 16.73 | 9.77 | 58.13 | - |
| YUV | 85.39 | 194.94 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 204 | 0.56 | 0.71 | 0 | 0.2 | 252.5 | 0.59 | 0.52 |
| Hex | 5A | 3C | CC | 38 | 47 | 0 | 14 | FD | 3B | 34 |
| Octal | 132 | 74 | 314 | 70 | 107 | 0 | 24 | 375 | 73 | 64 |
| Binary | 1011010 | 111100 | 11001100 | 111000 | 1000111 | 0 | 10100 | 11111101 | 111011 | 110100 |
Color Harmonies of #5A3CCC
Complementary color
Monochromatic Colors of #5A3CCC
Black with #5A3CCC
Text Example
Text Example
White with #5A3CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3CCC; }
p { color: rgb(90,60,204); }
H1.HeaderClassName
{
color: #5A3CCC;
}
.AnyTagClassName
{
color: #5A3CCC;
}
</style>
background-color css
<style>
a { background-color: #5A3CCC; }
a { background-color: rgb(90,60,204); }
div.DivClassName
{
background-color: #5A3CCC;
}
.BgClassName
{
background-color: #5A3CCC;
}
</style>
border-color css
<style>
span { border-color: #5A3CCC; }
span { border-color: rgb(90,60,204); }
td.TdClassName
{
border-color: #5A3CCC;
}
.TagClassName
{
border-color: #5A3CCC;
}
</style>