Shades of Purple Heart #5A36D6
Tints of Purple Heart #5A36D6
RGB
CMYK
RGB Variations
Color information
#5A36D6 (or 0x5A36D6) is known color: Purple Heart. HEX triplet: 5A, 36 and D6. RGB value is (90,54,214). Sum of RGB (Red+Green+Blue) = 90+54+214=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A36D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A36D6 is #A5C929. Grayscale: #525252. Windows color (decimal): -10864938 or 14038618. OLE color: 14038618.
HSL color Cylindrical-coordinate representation of color #5A36D6: hue angle of 253.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A36D6 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 54 | 214 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.16 |
| HSL | 253.5º | 0.66% | 0.53% | - |
| HSV(B) | 253.5º | 0.75% | 0.84% | - |
| XYZ | 17.67 | 9.67 | 64.55 | - |
| YUV | 83 | 201.93 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 214 | 0.58 | 0.75 | 0 | 0.16 | 253.5 | 0.66 | 0.53 |
| Hex | 5A | 36 | D6 | 3A | 4B | 0 | 10 | FE | 42 | 35 |
| Octal | 132 | 66 | 326 | 72 | 113 | 0 | 20 | 376 | 102 | 65 |
| Binary | 1011010 | 110110 | 11010110 | 111010 | 1001011 | 0 | 10000 | 11111110 | 1000010 | 110101 |
Color Harmonies of #5A36D6
Complementary color
Monochromatic Colors of #5A36D6
Black with #5A36D6
Text Example
Text Example
White with #5A36D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A36D6; }
p { color: rgb(90,54,214); }
H1.HeaderClassName
{
color: #5A36D6;
}
.AnyTagClassName
{
color: #5A36D6;
}
</style>
background-color css
<style>
a { background-color: #5A36D6; }
a { background-color: rgb(90,54,214); }
div.DivClassName
{
background-color: #5A36D6;
}
.BgClassName
{
background-color: #5A36D6;
}
</style>
border-color css
<style>
span { border-color: #5A36D6; }
span { border-color: rgb(90,54,214); }
td.TdClassName
{
border-color: #5A36D6;
}
.TagClassName
{
border-color: #5A36D6;
}
</style>