Shades of Purple Heart #5B10CE
Tints of Purple Heart #5B10CE
RGB
CMYK
RGB Variations
Color information
#5B10CE (or 0x5B10CE) is known color: Purple Heart. HEX triplet: 5B, 10 and CE. RGB value is (91,16,206). Sum of RGB (Red+Green+Blue) = 91+16+206=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B10CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B10CE is #A4EF31. Grayscale: #3B3B3B. Windows color (decimal): -10809138 or 13504603. OLE color: 13504603.
HSL color Cylindrical-coordinate representation of color #5B10CE: hue angle of 263.68º 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 #5B10CE is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 16 | 206 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.19 |
| HSL | 263.68º | 0.86% | 0.44% | - |
| HSV(B) | 263.68º | 0.92% | 0.81% | - |
| XYZ | 15.64 | 7.05 | 58.93 | - |
| YUV | 60.09 | 210.35 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 206 | 0.56 | 0.92 | 0 | 0.19 | 263.68 | 0.86 | 0.44 |
| Hex | 5B | 10 | CE | 38 | 5C | 0 | 13 | 108 | 56 | 2C |
| Octal | 133 | 20 | 316 | 70 | 134 | 0 | 23 | 410 | 126 | 54 |
| Binary | 1011011 | 10000 | 11001110 | 111000 | 1011100 | 0 | 10011 | 100001000 | 1010110 | 101100 |
Color Harmonies of #5B10CE
Complementary color
Monochromatic Colors of #5B10CE
Black with #5B10CE
Text Example
Text Example
White with #5B10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B10CE; }
p { color: rgb(91,16,206); }
H1.HeaderClassName
{
color: #5B10CE;
}
.AnyTagClassName
{
color: #5B10CE;
}
</style>
background-color css
<style>
a { background-color: #5B10CE; }
a { background-color: rgb(91,16,206); }
div.DivClassName
{
background-color: #5B10CE;
}
.BgClassName
{
background-color: #5B10CE;
}
</style>
border-color css
<style>
span { border-color: #5B10CE; }
span { border-color: rgb(91,16,206); }
td.TdClassName
{
border-color: #5B10CE;
}
.TagClassName
{
border-color: #5B10CE;
}
</style>