Shades of Purple Heart #5D11BE
Tints of Purple Heart #5D11BE
RGB
CMYK
RGB Variations
Color information
#5D11BE (or 0x5D11BE) is known color: Purple Heart. HEX triplet: 5D, 11 and BE. RGB value is (93,17,190). Sum of RGB (Red+Green+Blue) = 93+17+190=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D11BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D11BE is #A2EE41. Grayscale: #3A3A3A. Windows color (decimal): -10677826 or 12456285. OLE color: 12456285.
HSL color Cylindrical-coordinate representation of color #5D11BE: hue angle of 266.36º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D11BE is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 17 | 190 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.25 |
| HSL | 266.36º | 0.84% | 0.41% | - |
| HSV(B) | 266.36º | 0.91% | 0.75% | - |
| XYZ | 14.01 | 6.45 | 49.22 | - |
| YUV | 59.45 | 201.68 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 190 | 0.51 | 0.91 | 0 | 0.25 | 266.36 | 0.84 | 0.41 |
| Hex | 5D | 11 | BE | 33 | 5B | 0 | 19 | 10A | 54 | 29 |
| Octal | 135 | 21 | 276 | 63 | 133 | 0 | 31 | 412 | 124 | 51 |
| Binary | 1011101 | 10001 | 10111110 | 110011 | 1011011 | 0 | 11001 | 100001010 | 1010100 | 101001 |
Color Harmonies of #5D11BE
Complementary color
Monochromatic Colors of #5D11BE
Black with #5D11BE
Text Example
Text Example
White with #5D11BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D11BE; }
p { color: rgb(93,17,190); }
H1.HeaderClassName
{
color: #5D11BE;
}
.AnyTagClassName
{
color: #5D11BE;
}
</style>
background-color css
<style>
a { background-color: #5D11BE; }
a { background-color: rgb(93,17,190); }
div.DivClassName
{
background-color: #5D11BE;
}
.BgClassName
{
background-color: #5D11BE;
}
</style>
border-color css
<style>
span { border-color: #5D11BE; }
span { border-color: rgb(93,17,190); }
td.TdClassName
{
border-color: #5D11BE;
}
.TagClassName
{
border-color: #5D11BE;
}
</style>