Shades of Purple Heart #5D07BB
Tints of Purple Heart #5D07BB
RGB
CMYK
RGB Variations
Color information
#5D07BB (or 0x5D07BB) is known color: Purple Heart. HEX triplet: 5D, 07 and BB. RGB value is (93,7,187). Sum of RGB (Red+Green+Blue) = 93+7+187=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D07BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D07BB is #A2F844. Grayscale: #343434. Windows color (decimal): -10680389 or 12257117. OLE color: 12257117.
HSL color Cylindrical-coordinate representation of color #5D07BB: hue angle of 268.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D07BB is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 7 | 187 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.27 |
| HSL | 268.67º | 0.93% | 0.38% | - |
| HSV(B) | 268.67º | 0.96% | 0.73% | - |
| XYZ | 13.56 | 6.07 | 47.47 | - |
| YUV | 53.23 | 203.49 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 7 | 187 | 0.50 | 0.96 | 0 | 0.27 | 268.67 | 0.93 | 0.38 |
| Hex | 5D | 7 | BB | 32 | 60 | 0 | 1B | 10D | 5D | 26 |
| Octal | 135 | 7 | 273 | 62 | 140 | 0 | 33 | 415 | 135 | 46 |
| Binary | 1011101 | 111 | 10111011 | 110010 | 1100000 | 0 | 11011 | 100001101 | 1011101 | 100110 |
Color Harmonies of #5D07BB
Complementary color
Monochromatic Colors of #5D07BB
Black with #5D07BB
Text Example
Text Example
White with #5D07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D07BB; }
p { color: rgb(93,7,187); }
H1.HeaderClassName
{
color: #5D07BB;
}
.AnyTagClassName
{
color: #5D07BB;
}
</style>
background-color css
<style>
a { background-color: #5D07BB; }
a { background-color: rgb(93,7,187); }
div.DivClassName
{
background-color: #5D07BB;
}
.BgClassName
{
background-color: #5D07BB;
}
</style>
border-color css
<style>
span { border-color: #5D07BB; }
span { border-color: rgb(93,7,187); }
td.TdClassName
{
border-color: #5D07BB;
}
.TagClassName
{
border-color: #5D07BB;
}
</style>