Shades of Purple Heart #5A30DB
Tints of Purple Heart #5A30DB
RGB
CMYK
RGB Variations
Color information
#5A30DB (or 0x5A30DB) is known color: Purple Heart. HEX triplet: 5A, 30 and DB. RGB value is (90,48,219). Sum of RGB (Red+Green+Blue) = 90+48+219=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A30DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A30DB is #A5CF24. Grayscale: #4F4F4F. Windows color (decimal): -10866469 or 14364762. OLE color: 14364762.
HSL color Cylindrical-coordinate representation of color #5A30DB: hue angle of 254.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A30DB is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 48 | 219 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.14 |
| HSL | 254.74º | 0.7% | 0.52% | - |
| HSV(B) | 254.74º | 0.78% | 0.86% | - |
| XYZ | 18.06 | 9.4 | 67.88 | - |
| YUV | 80.05 | 206.41 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 219 | 0.59 | 0.78 | 0 | 0.14 | 254.74 | 0.7 | 0.52 |
| Hex | 5A | 30 | DB | 3B | 4E | 0 | E | FF | 46 | 34 |
| Octal | 132 | 60 | 333 | 73 | 116 | 0 | 16 | 377 | 106 | 64 |
| Binary | 1011010 | 110000 | 11011011 | 111011 | 1001110 | 0 | 1110 | 11111111 | 1000110 | 110100 |
Color Harmonies of #5A30DB
Complementary color
Monochromatic Colors of #5A30DB
Black with #5A30DB
Text Example
Text Example
White with #5A30DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30DB; }
p { color: rgb(90,48,219); }
H1.HeaderClassName
{
color: #5A30DB;
}
.AnyTagClassName
{
color: #5A30DB;
}
</style>
background-color css
<style>
a { background-color: #5A30DB; }
a { background-color: rgb(90,48,219); }
div.DivClassName
{
background-color: #5A30DB;
}
.BgClassName
{
background-color: #5A30DB;
}
</style>
border-color css
<style>
span { border-color: #5A30DB; }
span { border-color: rgb(90,48,219); }
td.TdClassName
{
border-color: #5A30DB;
}
.TagClassName
{
border-color: #5A30DB;
}
</style>