Shades of Purple Heart #5B08CF
Tints of Purple Heart #5B08CF
RGB
CMYK
RGB Variations
Color information
#5B08CF (or 0x5B08CF) is known color: Purple Heart. HEX triplet: 5B, 08 and CF. RGB value is (91,8,207). Sum of RGB (Red+Green+Blue) = 91+8+207=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B08CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B08CF is #A4F730. Grayscale: #363636. Windows color (decimal): -10811185 or 13568091. OLE color: 13568091.
HSL color Cylindrical-coordinate representation of color #5B08CF: hue angle of 265.03º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B08CF is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 8 | 207 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.19 |
| HSL | 265.03º | 0.93% | 0.42% | - |
| HSV(B) | 265.03º | 0.96% | 0.81% | - |
| XYZ | 15.66 | 6.9 | 59.54 | - |
| YUV | 55.5 | 213.5 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 8 | 207 | 0.56 | 0.96 | 0 | 0.19 | 265.03 | 0.93 | 0.42 |
| Hex | 5B | 8 | CF | 38 | 60 | 0 | 13 | 109 | 5D | 2A |
| Octal | 133 | 10 | 317 | 70 | 140 | 0 | 23 | 411 | 135 | 52 |
| Binary | 1011011 | 1000 | 11001111 | 111000 | 1100000 | 0 | 10011 | 100001001 | 1011101 | 101010 |
Color Harmonies of #5B08CF
Complementary color
Monochromatic Colors of #5B08CF
Black with #5B08CF
Text Example
Text Example
White with #5B08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B08CF; }
p { color: rgb(91,8,207); }
H1.HeaderClassName
{
color: #5B08CF;
}
.AnyTagClassName
{
color: #5B08CF;
}
</style>
background-color css
<style>
a { background-color: #5B08CF; }
a { background-color: rgb(91,8,207); }
div.DivClassName
{
background-color: #5B08CF;
}
.BgClassName
{
background-color: #5B08CF;
}
</style>
border-color css
<style>
span { border-color: #5B08CF; }
span { border-color: rgb(91,8,207); }
td.TdClassName
{
border-color: #5B08CF;
}
.TagClassName
{
border-color: #5B08CF;
}
</style>