Shades of Purple Heart #5B0DC6
Tints of Purple Heart #5B0DC6
RGB
CMYK
RGB Variations
Color information
#5B0DC6 (or 0x5B0DC6) is known color: Purple Heart. HEX triplet: 5B, 0D and C6. RGB value is (91,13,198). Sum of RGB (Red+Green+Blue) = 91+13+198=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 198 (77.73% from 255 or 65.56% from 302); Max value from RGB is 198 - color contains mainly: blue. Hex color #5B0DC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0DC6 is #A4F239. Grayscale: #383838. Windows color (decimal): -10809914 or 12979547. OLE color: 12979547.
HSL color Cylindrical-coordinate representation of color #5B0DC6: hue angle of 265.3º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0DC6 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 91 | 13 | 198 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.22 |
| HSL | 265.3º | 0.88% | 0.41% | - |
| HSV(B) | 265.3º | 0.93% | 0.78% | - |
| XYZ | 14.65 | 6.59 | 53.93 | - |
| YUV | 57.41 | 207.34 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 198 | 0.54 | 0.93 | 0 | 0.22 | 265.3 | 0.88 | 0.41 |
| Hex | 5B | D | C6 | 36 | 5D | 0 | 16 | 109 | 58 | 29 |
| Octal | 133 | 15 | 306 | 66 | 135 | 0 | 26 | 411 | 130 | 51 |
| Binary | 1011011 | 1101 | 11000110 | 110110 | 1011101 | 0 | 10110 | 100001001 | 1011000 | 101001 |
Color Harmonies of #5B0DC6
Complementary color
Monochromatic Colors of #5B0DC6
Black with #5B0DC6
Text Example
Text Example
White with #5B0DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0DC6; }
p { color: rgb(91,13,198); }
H1.HeaderClassName
{
color: #5B0DC6;
}
.AnyTagClassName
{
color: #5B0DC6;
}
</style>
background-color css
<style>
a { background-color: #5B0DC6; }
a { background-color: rgb(91,13,198); }
div.DivClassName
{
background-color: #5B0DC6;
}
.BgClassName
{
background-color: #5B0DC6;
}
</style>
border-color css
<style>
span { border-color: #5B0DC6; }
span { border-color: rgb(91,13,198); }
td.TdClassName
{
border-color: #5B0DC6;
}
.TagClassName
{
border-color: #5B0DC6;
}
</style>