Shades of Purple Heart #5B35DB
Tints of Purple Heart #5B35DB
RGB
CMYK
RGB Variations
Color information
#5B35DB (or 0x5B35DB) is known color: Purple Heart. HEX triplet: 5B, 35 and DB. RGB value is (91,53,219). Sum of RGB (Red+Green+Blue) = 91+53+219=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B35DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B35DB is #A4CA24. Grayscale: #525252. Windows color (decimal): -10799653 or 14366043. OLE color: 14366043.
HSL color Cylindrical-coordinate representation of color #5B35DB: hue angle of 253.73º 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 #5B35DB is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 53 | 219 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.14 |
| HSL | 253.73º | 0.7% | 0.53% | - |
| HSV(B) | 253.73º | 0.76% | 0.86% | - |
| XYZ | 18.37 | 9.88 | 67.96 | - |
| YUV | 83.29 | 204.59 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 219 | 0.58 | 0.76 | 0 | 0.14 | 253.73 | 0.7 | 0.53 |
| Hex | 5B | 35 | DB | 3A | 4C | 0 | E | FE | 46 | 35 |
| Octal | 133 | 65 | 333 | 72 | 114 | 0 | 16 | 376 | 106 | 65 |
| Binary | 1011011 | 110101 | 11011011 | 111010 | 1001100 | 0 | 1110 | 11111110 | 1000110 | 110101 |
Color Harmonies of #5B35DB
Complementary color
Monochromatic Colors of #5B35DB
Black with #5B35DB
Text Example
Text Example
White with #5B35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B35DB; }
p { color: rgb(91,53,219); }
H1.HeaderClassName
{
color: #5B35DB;
}
.AnyTagClassName
{
color: #5B35DB;
}
</style>
background-color css
<style>
a { background-color: #5B35DB; }
a { background-color: rgb(91,53,219); }
div.DivClassName
{
background-color: #5B35DB;
}
.BgClassName
{
background-color: #5B35DB;
}
</style>
border-color css
<style>
span { border-color: #5B35DB; }
span { border-color: rgb(91,53,219); }
td.TdClassName
{
border-color: #5B35DB;
}
.TagClassName
{
border-color: #5B35DB;
}
</style>