Shades of Purple Heart #5A18D2
Tints of Purple Heart #5A18D2
RGB
CMYK
RGB Variations
Color information
#5A18D2 (or 0x5A18D2) is known color: Purple Heart. HEX triplet: 5A, 18 and D2. RGB value is (90,24,210). Sum of RGB (Red+Green+Blue) = 90+24+210=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 210 (82.42% from 255 or 64.81% from 324); Max value from RGB is 210 - color contains mainly: blue. Hex color #5A18D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A18D2 is #A5E72D. Grayscale: #404040. Windows color (decimal): -10872622 or 13768794. OLE color: 13768794.
HSL color Cylindrical-coordinate representation of color #5A18D2: hue angle of 261.29º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A18D2 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 24 | 210 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.18 |
| HSL | 261.29º | 0.79% | 0.46% | - |
| HSV(B) | 261.29º | 0.89% | 0.82% | - |
| XYZ | 16.18 | 7.48 | 61.56 | - |
| YUV | 64.94 | 209.87 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 210 | 0.57 | 0.89 | 0 | 0.18 | 261.29 | 0.79 | 0.46 |
| Hex | 5A | 18 | D2 | 39 | 59 | 0 | 12 | 105 | 4F | 2E |
| Octal | 132 | 30 | 322 | 71 | 131 | 0 | 22 | 405 | 117 | 56 |
| Binary | 1011010 | 11000 | 11010010 | 111001 | 1011001 | 0 | 10010 | 100000101 | 1001111 | 101110 |
Color Harmonies of #5A18D2
Complementary color
Monochromatic Colors of #5A18D2
Black with #5A18D2
Text Example
Text Example
White with #5A18D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A18D2; }
p { color: rgb(90,24,210); }
H1.HeaderClassName
{
color: #5A18D2;
}
.AnyTagClassName
{
color: #5A18D2;
}
</style>
background-color css
<style>
a { background-color: #5A18D2; }
a { background-color: rgb(90,24,210); }
div.DivClassName
{
background-color: #5A18D2;
}
.BgClassName
{
background-color: #5A18D2;
}
</style>
border-color css
<style>
span { border-color: #5A18D2; }
span { border-color: rgb(90,24,210); }
td.TdClassName
{
border-color: #5A18D2;
}
.TagClassName
{
border-color: #5A18D2;
}
</style>