Shades of Purple Heart #5D2EB6
Tints of Purple Heart #5D2EB6
RGB
CMYK
RGB Variations
Color information
#5D2EB6 (or 0x5D2EB6) is known color: Purple Heart. HEX triplet: 5D, 2E and B6. RGB value is (93,46,182). Sum of RGB (Red+Green+Blue) = 93+46+182=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #5D2EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2EB6 is #A2D149. Grayscale: #4B4B4B. Windows color (decimal): -10670410 or 11939421. OLE color: 11939421.
HSL color Cylindrical-coordinate representation of color #5D2EB6: hue angle of 260.74º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2EB6 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 46 | 182 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.29 |
| HSL | 260.74º | 0.6% | 0.45% | - |
| HSV(B) | 260.74º | 0.75% | 0.71% | - |
| XYZ | 13.93 | 7.66 | 45 | - |
| YUV | 75.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 182 | 0.49 | 0.75 | 0 | 0.29 | 260.74 | 0.6 | 0.45 |
| Hex | 5D | 2E | B6 | 31 | 4B | 0 | 1D | 105 | 3C | 2D |
| Octal | 135 | 56 | 266 | 61 | 113 | 0 | 35 | 405 | 74 | 55 |
| Binary | 1011101 | 101110 | 10110110 | 110001 | 1001011 | 0 | 11101 | 100000101 | 111100 | 101101 |
Color Harmonies of #5D2EB6
Complementary color
Monochromatic Colors of #5D2EB6
Black with #5D2EB6
Text Example
Text Example
White with #5D2EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2EB6; }
p { color: rgb(93,46,182); }
H1.HeaderClassName
{
color: #5D2EB6;
}
.AnyTagClassName
{
color: #5D2EB6;
}
</style>
background-color css
<style>
a { background-color: #5D2EB6; }
a { background-color: rgb(93,46,182); }
div.DivClassName
{
background-color: #5D2EB6;
}
.BgClassName
{
background-color: #5D2EB6;
}
</style>
border-color css
<style>
span { border-color: #5D2EB6; }
span { border-color: rgb(93,46,182); }
td.TdClassName
{
border-color: #5D2EB6;
}
.TagClassName
{
border-color: #5D2EB6;
}
</style>