Shades of Purple Heart #5B10A7
Tints of Purple Heart #5B10A7
RGB
CMYK
RGB Variations
Color information
#5B10A7 (or 0x5B10A7) is known color: Purple Heart. HEX triplet: 5B, 10 and A7. RGB value is (91,16,167). Sum of RGB (Red+Green+Blue) = 91+16+167=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 167 (65.62% from 255 or 60.95% from 274); Max value from RGB is 167 - color contains mainly: blue. Hex color #5B10A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B10A7 is #A4EF58. Grayscale: #373737. Windows color (decimal): -10809177 or 10948699. OLE color: 10948699.
HSL color Cylindrical-coordinate representation of color #5B10A7: hue angle of 269.8º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B10A7 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 16 | 167 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.35 |
| HSL | 269.8º | 0.83% | 0.36% | - |
| HSV(B) | 269.8º | 0.9% | 0.65% | - |
| XYZ | 11.47 | 5.38 | 36.99 | - |
| YUV | 55.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 167 | 0.46 | 0.90 | 0 | 0.35 | 269.8 | 0.83 | 0.36 |
| Hex | 5B | 10 | A7 | 2E | 5A | 0 | 23 | 10E | 53 | 24 |
| Octal | 133 | 20 | 247 | 56 | 132 | 0 | 43 | 416 | 123 | 44 |
| Binary | 1011011 | 10000 | 10100111 | 101110 | 1011010 | 0 | 100011 | 100001110 | 1010011 | 100100 |
Color Harmonies of #5B10A7
Complementary color
Monochromatic Colors of #5B10A7
Black with #5B10A7
Text Example
Text Example
White with #5B10A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B10A7; }
p { color: rgb(91,16,167); }
H1.HeaderClassName
{
color: #5B10A7;
}
.AnyTagClassName
{
color: #5B10A7;
}
</style>
background-color css
<style>
a { background-color: #5B10A7; }
a { background-color: rgb(91,16,167); }
div.DivClassName
{
background-color: #5B10A7;
}
.BgClassName
{
background-color: #5B10A7;
}
</style>
border-color css
<style>
span { border-color: #5B10A7; }
span { border-color: rgb(91,16,167); }
td.TdClassName
{
border-color: #5B10A7;
}
.TagClassName
{
border-color: #5B10A7;
}
</style>