Shades of Purple Heart #5A34DB
Tints of Purple Heart #5A34DB
RGB
CMYK
RGB Variations
Color information
#5A34DB (or 0x5A34DB) is known color: Purple Heart. HEX triplet: 5A, 34 and DB. RGB value is (90,52,219). Sum of RGB (Red+Green+Blue) = 90+52+219=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A34DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A34DB is #A5CB24. Grayscale: #515151. Windows color (decimal): -10865445 or 14365786. OLE color: 14365786.
HSL color Cylindrical-coordinate representation of color #5A34DB: hue angle of 253.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A34DB is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 52 | 219 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.14 |
| HSL | 253.65º | 0.7% | 0.53% | - |
| HSV(B) | 253.65º | 0.76% | 0.86% | - |
| XYZ | 18.23 | 9.74 | 67.94 | - |
| YUV | 82.4 | 205.09 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 219 | 0.59 | 0.76 | 0 | 0.14 | 253.65 | 0.7 | 0.53 |
| Hex | 5A | 34 | DB | 3B | 4C | 0 | E | FE | 46 | 35 |
| Octal | 132 | 64 | 333 | 73 | 114 | 0 | 16 | 376 | 106 | 65 |
| Binary | 1011010 | 110100 | 11011011 | 111011 | 1001100 | 0 | 1110 | 11111110 | 1000110 | 110101 |
Color Harmonies of #5A34DB
Complementary color
Monochromatic Colors of #5A34DB
Black with #5A34DB
Text Example
Text Example
White with #5A34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A34DB; }
p { color: rgb(90,52,219); }
H1.HeaderClassName
{
color: #5A34DB;
}
.AnyTagClassName
{
color: #5A34DB;
}
</style>
background-color css
<style>
a { background-color: #5A34DB; }
a { background-color: rgb(90,52,219); }
div.DivClassName
{
background-color: #5A34DB;
}
.BgClassName
{
background-color: #5A34DB;
}
</style>
border-color css
<style>
span { border-color: #5A34DB; }
span { border-color: rgb(90,52,219); }
td.TdClassName
{
border-color: #5A34DB;
}
.TagClassName
{
border-color: #5A34DB;
}
</style>