Shades of Purple Heart #5B07BC
Tints of Purple Heart #5B07BC
RGB
CMYK
RGB Variations
Color information
#5B07BC (or 0x5B07BC) is known color: Purple Heart. HEX triplet: 5B, 07 and BC. RGB value is (91,7,188). Sum of RGB (Red+Green+Blue) = 91+7+188=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B07BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B07BC is #A4F843. Grayscale: #343434. Windows color (decimal): -10811460 or 12322651. OLE color: 12322651.
HSL color Cylindrical-coordinate representation of color #5B07BC: hue angle of 267.85º 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 #5B07BC is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 7 | 188 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.26 |
| HSL | 267.85º | 0.93% | 0.38% | - |
| HSV(B) | 267.85º | 0.96% | 0.74% | - |
| XYZ | 13.47 | 6.01 | 48.03 | - |
| YUV | 52.75 | 204.33 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 188 | 0.52 | 0.96 | 0 | 0.26 | 267.85 | 0.93 | 0.38 |
| Hex | 5B | 7 | BC | 34 | 60 | 0 | 1A | 10C | 5D | 26 |
| Octal | 133 | 7 | 274 | 64 | 140 | 0 | 32 | 414 | 135 | 46 |
| Binary | 1011011 | 111 | 10111100 | 110100 | 1100000 | 0 | 11010 | 100001100 | 1011101 | 100110 |
Color Harmonies of #5B07BC
Complementary color
Monochromatic Colors of #5B07BC
Black with #5B07BC
Text Example
Text Example
White with #5B07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B07BC; }
p { color: rgb(91,7,188); }
H1.HeaderClassName
{
color: #5B07BC;
}
.AnyTagClassName
{
color: #5B07BC;
}
</style>
background-color css
<style>
a { background-color: #5B07BC; }
a { background-color: rgb(91,7,188); }
div.DivClassName
{
background-color: #5B07BC;
}
.BgClassName
{
background-color: #5B07BC;
}
</style>
border-color css
<style>
span { border-color: #5B07BC; }
span { border-color: rgb(91,7,188); }
td.TdClassName
{
border-color: #5B07BC;
}
.TagClassName
{
border-color: #5B07BC;
}
</style>