Shades of Purple Heart #5E35DB
Tints of Purple Heart #5E35DB
RGB
CMYK
RGB Variations
Color information
#5E35DB (or 0x5E35DB) is known color: Purple Heart. HEX triplet: 5E, 35 and DB. RGB value is (94,53,219). Sum of RGB (Red+Green+Blue) = 94+53+219=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E35DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E35DB is #A1CA24. Grayscale: #535353. Windows color (decimal): -10603045 or 14366046. OLE color: 14366046.
HSL color Cylindrical-coordinate representation of color #5E35DB: hue angle of 254.82º 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 #5E35DB is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 53 | 219 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.14 |
| HSL | 254.82º | 0.7% | 0.53% | - |
| HSV(B) | 254.82º | 0.76% | 0.86% | - |
| XYZ | 18.68 | 10.04 | 67.97 | - |
| YUV | 84.18 | 204.08 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 219 | 0.57 | 0.76 | 0 | 0.14 | 254.82 | 0.7 | 0.53 |
| Hex | 5E | 35 | DB | 39 | 4C | 0 | E | FF | 46 | 35 |
| Octal | 136 | 65 | 333 | 71 | 114 | 0 | 16 | 377 | 106 | 65 |
| Binary | 1011110 | 110101 | 11011011 | 111001 | 1001100 | 0 | 1110 | 11111111 | 1000110 | 110101 |
Color Harmonies of #5E35DB
Complementary color
Monochromatic Colors of #5E35DB
Black with #5E35DB
Text Example
Text Example
White with #5E35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E35DB; }
p { color: rgb(94,53,219); }
H1.HeaderClassName
{
color: #5E35DB;
}
.AnyTagClassName
{
color: #5E35DB;
}
</style>
background-color css
<style>
a { background-color: #5E35DB; }
a { background-color: rgb(94,53,219); }
div.DivClassName
{
background-color: #5E35DB;
}
.BgClassName
{
background-color: #5E35DB;
}
</style>
border-color css
<style>
span { border-color: #5E35DB; }
span { border-color: rgb(94,53,219); }
td.TdClassName
{
border-color: #5E35DB;
}
.TagClassName
{
border-color: #5E35DB;
}
</style>