Shades of Purple Heart #5A0DCE
Tints of Purple Heart #5A0DCE
RGB
CMYK
RGB Variations
Color information
#5A0DCE (or 0x5A0DCE) is known color: Purple Heart. HEX triplet: 5A, 0D and CE. RGB value is (90,13,206). Sum of RGB (Red+Green+Blue) = 90+13+206=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A0DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0DCE is #A5F231. Grayscale: #393939. Windows color (decimal): -10875442 or 13503834. OLE color: 13503834.
HSL color Cylindrical-coordinate representation of color #5A0DCE: hue angle of 263.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0DCE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 90 | 13 | 206 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.19 |
| HSL | 263.94º | 0.88% | 0.43% | - |
| HSV(B) | 263.94º | 0.94% | 0.81% | - |
| XYZ | 15.5 | 6.92 | 58.91 | - |
| YUV | 58.03 | 211.51 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 206 | 0.56 | 0.94 | 0 | 0.19 | 263.94 | 0.88 | 0.43 |
| Hex | 5A | D | CE | 38 | 5E | 0 | 13 | 108 | 58 | 2B |
| Octal | 132 | 15 | 316 | 70 | 136 | 0 | 23 | 410 | 130 | 53 |
| Binary | 1011010 | 1101 | 11001110 | 111000 | 1011110 | 0 | 10011 | 100001000 | 1011000 | 101011 |
Color Harmonies of #5A0DCE
Complementary color
Monochromatic Colors of #5A0DCE
Black with #5A0DCE
Text Example
Text Example
White with #5A0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0DCE; }
p { color: rgb(90,13,206); }
H1.HeaderClassName
{
color: #5A0DCE;
}
.AnyTagClassName
{
color: #5A0DCE;
}
</style>
background-color css
<style>
a { background-color: #5A0DCE; }
a { background-color: rgb(90,13,206); }
div.DivClassName
{
background-color: #5A0DCE;
}
.BgClassName
{
background-color: #5A0DCE;
}
</style>
border-color css
<style>
span { border-color: #5A0DCE; }
span { border-color: rgb(90,13,206); }
td.TdClassName
{
border-color: #5A0DCE;
}
.TagClassName
{
border-color: #5A0DCE;
}
</style>