Shades of Purple Heart #5A30DD
Tints of Purple Heart #5A30DD
RGB
CMYK
RGB Variations
Color information
#5A30DD (or 0x5A30DD) is known color: Purple Heart. HEX triplet: 5A, 30 and DD. RGB value is (90,48,221). Sum of RGB (Red+Green+Blue) = 90+48+221=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A30DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A30DD is #A5CF22. Grayscale: #4F4F4F. Windows color (decimal): -10866467 or 14495834. OLE color: 14495834.
HSL color Cylindrical-coordinate representation of color #5A30DD: hue angle of 254.57º degrees, saturation: 0.72, 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 #5A30DD is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 48 | 221 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.13 |
| HSL | 254.57º | 0.72% | 0.53% | - |
| HSV(B) | 254.57º | 0.78% | 0.87% | - |
| XYZ | 18.32 | 9.51 | 69.28 | - |
| YUV | 80.28 | 207.41 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 221 | 0.59 | 0.78 | 0 | 0.13 | 254.57 | 0.72 | 0.53 |
| Hex | 5A | 30 | DD | 3B | 4E | 0 | D | FF | 48 | 35 |
| Octal | 132 | 60 | 335 | 73 | 116 | 0 | 15 | 377 | 110 | 65 |
| Binary | 1011010 | 110000 | 11011101 | 111011 | 1001110 | 0 | 1101 | 11111111 | 1001000 | 110101 |
Color Harmonies of #5A30DD
Complementary color
Monochromatic Colors of #5A30DD
Black with #5A30DD
Text Example
Text Example
White with #5A30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30DD; }
p { color: rgb(90,48,221); }
H1.HeaderClassName
{
color: #5A30DD;
}
.AnyTagClassName
{
color: #5A30DD;
}
</style>
background-color css
<style>
a { background-color: #5A30DD; }
a { background-color: rgb(90,48,221); }
div.DivClassName
{
background-color: #5A30DD;
}
.BgClassName
{
background-color: #5A30DD;
}
</style>
border-color css
<style>
span { border-color: #5A30DD; }
span { border-color: rgb(90,48,221); }
td.TdClassName
{
border-color: #5A30DD;
}
.TagClassName
{
border-color: #5A30DD;
}
</style>