Shades of Purple Heart #5B07CF
Tints of Purple Heart #5B07CF
RGB
CMYK
RGB Variations
Color information
#5B07CF (or 0x5B07CF) is known color: Purple Heart. HEX triplet: 5B, 07 and CF. RGB value is (91,7,207). Sum of RGB (Red+Green+Blue) = 91+7+207=305 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.84% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B07CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B07CF is #A4F830. Grayscale: #363636. Windows color (decimal): -10811441 or 13567835. OLE color: 13567835.
HSL color Cylindrical-coordinate representation of color #5B07CF: hue angle of 265.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B07CF is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 7 | 207 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.19 |
| HSL | 265.2º | 0.93% | 0.42% | - |
| HSV(B) | 265.2º | 0.97% | 0.81% | - |
| XYZ | 15.65 | 6.88 | 59.53 | - |
| YUV | 54.92 | 213.83 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 207 | 0.56 | 0.97 | 0 | 0.19 | 265.2 | 0.93 | 0.42 |
| Hex | 5B | 7 | CF | 38 | 61 | 0 | 13 | 109 | 5D | 2A |
| Octal | 133 | 7 | 317 | 70 | 141 | 0 | 23 | 411 | 135 | 52 |
| Binary | 1011011 | 111 | 11001111 | 111000 | 1100001 | 0 | 10011 | 100001001 | 1011101 | 101010 |
Color Harmonies of #5B07CF
Complementary color
Monochromatic Colors of #5B07CF
Black with #5B07CF
Text Example
Text Example
White with #5B07CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B07CF; }
p { color: rgb(91,7,207); }
H1.HeaderClassName
{
color: #5B07CF;
}
.AnyTagClassName
{
color: #5B07CF;
}
</style>
background-color css
<style>
a { background-color: #5B07CF; }
a { background-color: rgb(91,7,207); }
div.DivClassName
{
background-color: #5B07CF;
}
.BgClassName
{
background-color: #5B07CF;
}
</style>
border-color css
<style>
span { border-color: #5B07CF; }
span { border-color: rgb(91,7,207); }
td.TdClassName
{
border-color: #5B07CF;
}
.TagClassName
{
border-color: #5B07CF;
}
</style>