Shades of Purple Heart #5B10CF
Tints of Purple Heart #5B10CF
RGB
CMYK
RGB Variations
Color information
#5B10CF (or 0x5B10CF) is known color: Purple Heart. HEX triplet: 5B, 10 and CF. RGB value is (91,16,207). Sum of RGB (Red+Green+Blue) = 91+16+207=314 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.98% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B10CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B10CF is #A4EF30. Grayscale: #3B3B3B. Windows color (decimal): -10809137 or 13570139. OLE color: 13570139.
HSL color Cylindrical-coordinate representation of color #5B10CF: hue angle of 263.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B10CF is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 16 | 207 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.19 |
| HSL | 263.56º | 0.86% | 0.44% | - |
| HSV(B) | 263.56º | 0.92% | 0.81% | - |
| XYZ | 15.76 | 7.1 | 59.57 | - |
| YUV | 60.2 | 210.85 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 207 | 0.56 | 0.92 | 0 | 0.19 | 263.56 | 0.86 | 0.44 |
| Hex | 5B | 10 | CF | 38 | 5C | 0 | 13 | 108 | 56 | 2C |
| Octal | 133 | 20 | 317 | 70 | 134 | 0 | 23 | 410 | 126 | 54 |
| Binary | 1011011 | 10000 | 11001111 | 111000 | 1011100 | 0 | 10011 | 100001000 | 1010110 | 101100 |
Color Harmonies of #5B10CF
Complementary color
Monochromatic Colors of #5B10CF
Black with #5B10CF
Text Example
Text Example
White with #5B10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B10CF; }
p { color: rgb(91,16,207); }
H1.HeaderClassName
{
color: #5B10CF;
}
.AnyTagClassName
{
color: #5B10CF;
}
</style>
background-color css
<style>
a { background-color: #5B10CF; }
a { background-color: rgb(91,16,207); }
div.DivClassName
{
background-color: #5B10CF;
}
.BgClassName
{
background-color: #5B10CF;
}
</style>
border-color css
<style>
span { border-color: #5B10CF; }
span { border-color: rgb(91,16,207); }
td.TdClassName
{
border-color: #5B10CF;
}
.TagClassName
{
border-color: #5B10CF;
}
</style>