Shades of Purple Heart #5B2ADA
Tints of Purple Heart #5B2ADA
RGB
CMYK
RGB Variations
Color information
#5B2ADA (or 0x5B2ADA) is known color: Purple Heart. HEX triplet: 5B, 2A and DA. RGB value is (91,42,218). Sum of RGB (Red+Green+Blue) = 91+42+218=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B2ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2ADA is #A4D525. Grayscale: #4C4C4C. Windows color (decimal): -10802470 or 14297691. OLE color: 14297691.
HSL color Cylindrical-coordinate representation of color #5B2ADA: hue angle of 256.7º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B2ADA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 42 | 218 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.15 |
| HSL | 256.7º | 0.7% | 0.51% | - |
| HSV(B) | 256.7º | 0.81% | 0.85% | - |
| XYZ | 17.8 | 8.94 | 67.12 | - |
| YUV | 76.72 | 207.73 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 218 | 0.58 | 0.81 | 0 | 0.15 | 256.7 | 0.7 | 0.51 |
| Hex | 5B | 2A | DA | 3A | 51 | 0 | F | 101 | 46 | 33 |
| Octal | 133 | 52 | 332 | 72 | 121 | 0 | 17 | 401 | 106 | 63 |
| Binary | 1011011 | 101010 | 11011010 | 111010 | 1010001 | 0 | 1111 | 100000001 | 1000110 | 110011 |
Color Harmonies of #5B2ADA
Complementary color
Monochromatic Colors of #5B2ADA
Black with #5B2ADA
Text Example
Text Example
White with #5B2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2ADA; }
p { color: rgb(91,42,218); }
H1.HeaderClassName
{
color: #5B2ADA;
}
.AnyTagClassName
{
color: #5B2ADA;
}
</style>
background-color css
<style>
a { background-color: #5B2ADA; }
a { background-color: rgb(91,42,218); }
div.DivClassName
{
background-color: #5B2ADA;
}
.BgClassName
{
background-color: #5B2ADA;
}
</style>
border-color css
<style>
span { border-color: #5B2ADA; }
span { border-color: rgb(91,42,218); }
td.TdClassName
{
border-color: #5B2ADA;
}
.TagClassName
{
border-color: #5B2ADA;
}
</style>