Shades of Purple Heart #5A0DCC
Tints of Purple Heart #5A0DCC
RGB
CMYK
RGB Variations
Color information
#5A0DCC (or 0x5A0DCC) is known color: Purple Heart. HEX triplet: 5A, 0D and CC. RGB value is (90,13,204). Sum of RGB (Red+Green+Blue) = 90+13+204=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A0DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DCC is #A5F233. Grayscale: #393939. Windows color (decimal): -10875444 or 13372762. OLE color: 13372762.
HSL color Cylindrical-coordinate representation of color #5A0DCC: hue angle of 264.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0DCC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 90 | 13 | 204 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.2 |
| HSL | 264.19º | 0.88% | 0.43% | - |
| HSV(B) | 264.19º | 0.94% | 0.8% | - |
| XYZ | 15.26 | 6.82 | 57.64 | - |
| YUV | 57.8 | 210.51 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 204 | 0.56 | 0.94 | 0 | 0.2 | 264.19 | 0.88 | 0.43 |
| Hex | 5A | D | CC | 38 | 5E | 0 | 14 | 108 | 58 | 2B |
| Octal | 132 | 15 | 314 | 70 | 136 | 0 | 24 | 410 | 130 | 53 |
| Binary | 1011010 | 1101 | 11001100 | 111000 | 1011110 | 0 | 10100 | 100001000 | 1011000 | 101011 |
Color Harmonies of #5A0DCC
Complementary color
Monochromatic Colors of #5A0DCC
Black with #5A0DCC
Text Example
Text Example
White with #5A0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0DCC; }
p { color: rgb(90,13,204); }
H1.HeaderClassName
{
color: #5A0DCC;
}
.AnyTagClassName
{
color: #5A0DCC;
}
</style>
background-color css
<style>
a { background-color: #5A0DCC; }
a { background-color: rgb(90,13,204); }
div.DivClassName
{
background-color: #5A0DCC;
}
.BgClassName
{
background-color: #5A0DCC;
}
</style>
border-color css
<style>
span { border-color: #5A0DCC; }
span { border-color: rgb(90,13,204); }
td.TdClassName
{
border-color: #5A0DCC;
}
.TagClassName
{
border-color: #5A0DCC;
}
</style>