Shades of Purple Heart #5B07BD
Tints of Purple Heart #5B07BD
RGB
CMYK
RGB Variations
Color information
#5B07BD (or 0x5B07BD) is known color: Purple Heart. HEX triplet: 5B, 07 and BD. RGB value is (91,7,189). Sum of RGB (Red+Green+Blue) = 91+7+189=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B07BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B07BD is #A4F842. Grayscale: #343434. Windows color (decimal): -10811459 or 12388187. OLE color: 12388187.
HSL color Cylindrical-coordinate representation of color #5B07BD: hue angle of 267.69º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B07BD is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 7 | 189 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.26 |
| HSL | 267.69º | 0.93% | 0.38% | - |
| HSV(B) | 267.69º | 0.96% | 0.74% | - |
| XYZ | 13.58 | 6.05 | 48.6 | - |
| YUV | 52.86 | 204.83 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 189 | 0.52 | 0.96 | 0 | 0.26 | 267.69 | 0.93 | 0.38 |
| Hex | 5B | 7 | BD | 34 | 60 | 0 | 1A | 10C | 5D | 26 |
| Octal | 133 | 7 | 275 | 64 | 140 | 0 | 32 | 414 | 135 | 46 |
| Binary | 1011011 | 111 | 10111101 | 110100 | 1100000 | 0 | 11010 | 100001100 | 1011101 | 100110 |
Color Harmonies of #5B07BD
Complementary color
Monochromatic Colors of #5B07BD
Black with #5B07BD
Text Example
Text Example
White with #5B07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B07BD; }
p { color: rgb(91,7,189); }
H1.HeaderClassName
{
color: #5B07BD;
}
.AnyTagClassName
{
color: #5B07BD;
}
</style>
background-color css
<style>
a { background-color: #5B07BD; }
a { background-color: rgb(91,7,189); }
div.DivClassName
{
background-color: #5B07BD;
}
.BgClassName
{
background-color: #5B07BD;
}
</style>
border-color css
<style>
span { border-color: #5B07BD; }
span { border-color: rgb(91,7,189); }
td.TdClassName
{
border-color: #5B07BD;
}
.TagClassName
{
border-color: #5B07BD;
}
</style>