Shades of Purple Heart #5A30DE
Tints of Purple Heart #5A30DE
RGB
CMYK
RGB Variations
Color information
#5A30DE (or 0x5A30DE) is known color: Purple Heart. HEX triplet: 5A, 30 and DE. RGB value is (90,48,222). Sum of RGB (Red+Green+Blue) = 90+48+222=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A30DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A30DE is #A5CF21. Grayscale: #4F4F4F. Windows color (decimal): -10866466 or 14561370. OLE color: 14561370.
HSL color Cylindrical-coordinate representation of color #5A30DE: hue angle of 254.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A30DE is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 48 | 222 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.13 |
| HSL | 254.48º | 0.73% | 0.53% | - |
| HSV(B) | 254.48º | 0.78% | 0.87% | - |
| XYZ | 18.46 | 9.56 | 69.98 | - |
| YUV | 80.39 | 207.91 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 222 | 0.59 | 0.78 | 0 | 0.13 | 254.48 | 0.73 | 0.53 |
| Hex | 5A | 30 | DE | 3B | 4E | 0 | D | FE | 48 | 35 |
| Octal | 132 | 60 | 336 | 73 | 116 | 0 | 15 | 376 | 110 | 65 |
| Binary | 1011010 | 110000 | 11011110 | 111011 | 1001110 | 0 | 1101 | 11111110 | 1001000 | 110101 |
Color Harmonies of #5A30DE
Complementary color
Monochromatic Colors of #5A30DE
Black with #5A30DE
Text Example
Text Example
White with #5A30DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30DE; }
p { color: rgb(90,48,222); }
H1.HeaderClassName
{
color: #5A30DE;
}
.AnyTagClassName
{
color: #5A30DE;
}
</style>
background-color css
<style>
a { background-color: #5A30DE; }
a { background-color: rgb(90,48,222); }
div.DivClassName
{
background-color: #5A30DE;
}
.BgClassName
{
background-color: #5A30DE;
}
</style>
border-color css
<style>
span { border-color: #5A30DE; }
span { border-color: rgb(90,48,222); }
td.TdClassName
{
border-color: #5A30DE;
}
.TagClassName
{
border-color: #5A30DE;
}
</style>