Shades of Purple Heart #5A30D8
Tints of Purple Heart #5A30D8
RGB
CMYK
RGB Variations
Color information
#5A30D8 (or 0x5A30D8) is known color: Purple Heart. HEX triplet: 5A, 30 and D8. RGB value is (90,48,216). Sum of RGB (Red+Green+Blue) = 90+48+216=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 216 (84.77% from 255 or 61.02% from 354); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A30D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A30D8 is #A5CF27. Grayscale: #4F4F4F. Windows color (decimal): -10866472 or 14168154. OLE color: 14168154.
HSL color Cylindrical-coordinate representation of color #5A30D8: hue angle of 255º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A30D8 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 48 | 216 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.15 |
| HSL | 255º | 0.68% | 0.52% | - |
| HSV(B) | 255º | 0.78% | 0.85% | - |
| XYZ | 17.67 | 9.25 | 65.82 | - |
| YUV | 79.71 | 204.91 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 216 | 0.58 | 0.78 | 0 | 0.15 | 255 | 0.68 | 0.52 |
| Hex | 5A | 30 | D8 | 3A | 4E | 0 | F | FF | 44 | 34 |
| Octal | 132 | 60 | 330 | 72 | 116 | 0 | 17 | 377 | 104 | 64 |
| Binary | 1011010 | 110000 | 11011000 | 111010 | 1001110 | 0 | 1111 | 11111111 | 1000100 | 110100 |
Color Harmonies of #5A30D8
Complementary color
Monochromatic Colors of #5A30D8
Black with #5A30D8
Text Example
Text Example
White with #5A30D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30D8; }
p { color: rgb(90,48,216); }
H1.HeaderClassName
{
color: #5A30D8;
}
.AnyTagClassName
{
color: #5A30D8;
}
</style>
background-color css
<style>
a { background-color: #5A30D8; }
a { background-color: rgb(90,48,216); }
div.DivClassName
{
background-color: #5A30D8;
}
.BgClassName
{
background-color: #5A30D8;
}
</style>
border-color css
<style>
span { border-color: #5A30D8; }
span { border-color: rgb(90,48,216); }
td.TdClassName
{
border-color: #5A30D8;
}
.TagClassName
{
border-color: #5A30D8;
}
</style>