Shades of Purple Heart #5A2DCC
Tints of Purple Heart #5A2DCC
RGB
CMYK
RGB Variations
Color information
#5A2DCC (or 0x5A2DCC) is known color: Purple Heart. HEX triplet: 5A, 2D and CC. RGB value is (90,45,204). Sum of RGB (Red+Green+Blue) = 90+45+204=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A2DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2DCC is #A5D233. Grayscale: #4B4B4B. Windows color (decimal): -10867252 or 13380954. OLE color: 13380954.
HSL color Cylindrical-coordinate representation of color #5A2DCC: hue angle of 256.98º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A2DCC is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 45 | 204 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.2 |
| HSL | 256.98º | 0.64% | 0.49% | - |
| HSV(B) | 256.98º | 0.78% | 0.8% | - |
| XYZ | 16.05 | 8.41 | 57.9 | - |
| YUV | 76.58 | 199.91 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 204 | 0.56 | 0.78 | 0 | 0.2 | 256.98 | 0.64 | 0.49 |
| Hex | 5A | 2D | CC | 38 | 4E | 0 | 14 | 101 | 40 | 31 |
| Octal | 132 | 55 | 314 | 70 | 116 | 0 | 24 | 401 | 100 | 61 |
| Binary | 1011010 | 101101 | 11001100 | 111000 | 1001110 | 0 | 10100 | 100000001 | 1000000 | 110001 |
Color Harmonies of #5A2DCC
Complementary color
Monochromatic Colors of #5A2DCC
Black with #5A2DCC
Text Example
Text Example
White with #5A2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DCC; }
p { color: rgb(90,45,204); }
H1.HeaderClassName
{
color: #5A2DCC;
}
.AnyTagClassName
{
color: #5A2DCC;
}
</style>
background-color css
<style>
a { background-color: #5A2DCC; }
a { background-color: rgb(90,45,204); }
div.DivClassName
{
background-color: #5A2DCC;
}
.BgClassName
{
background-color: #5A2DCC;
}
</style>
border-color css
<style>
span { border-color: #5A2DCC; }
span { border-color: rgb(90,45,204); }
td.TdClassName
{
border-color: #5A2DCC;
}
.TagClassName
{
border-color: #5A2DCC;
}
</style>