Shades of Purple Heart #5B1FCE
Tints of Purple Heart #5B1FCE
RGB
CMYK
RGB Variations
Color information
#5B1FCE (or 0x5B1FCE) is known color: Purple Heart. HEX triplet: 5B, 1F and CE. RGB value is (91,31,206). Sum of RGB (Red+Green+Blue) = 91+31+206=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #5B1FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1FCE is #A4E031. Grayscale: #444444. Windows color (decimal): -10805298 or 13508443. OLE color: 13508443.
HSL color Cylindrical-coordinate representation of color #5B1FCE: hue angle of 260.57º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1FCE is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 31 | 206 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.19 |
| HSL | 260.57º | 0.74% | 0.46% | - |
| HSV(B) | 260.57º | 0.85% | 0.81% | - |
| XYZ | 15.94 | 7.66 | 59.03 | - |
| YUV | 68.89 | 205.38 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 206 | 0.56 | 0.85 | 0 | 0.19 | 260.57 | 0.74 | 0.46 |
| Hex | 5B | 1F | CE | 38 | 55 | 0 | 13 | 105 | 4A | 2E |
| Octal | 133 | 37 | 316 | 70 | 125 | 0 | 23 | 405 | 112 | 56 |
| Binary | 1011011 | 11111 | 11001110 | 111000 | 1010101 | 0 | 10011 | 100000101 | 1001010 | 101110 |
Color Harmonies of #5B1FCE
Complementary color
Monochromatic Colors of #5B1FCE
Black with #5B1FCE
Text Example
Text Example
White with #5B1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1FCE; }
p { color: rgb(91,31,206); }
H1.HeaderClassName
{
color: #5B1FCE;
}
.AnyTagClassName
{
color: #5B1FCE;
}
</style>
background-color css
<style>
a { background-color: #5B1FCE; }
a { background-color: rgb(91,31,206); }
div.DivClassName
{
background-color: #5B1FCE;
}
.BgClassName
{
background-color: #5B1FCE;
}
</style>
border-color css
<style>
span { border-color: #5B1FCE; }
span { border-color: rgb(91,31,206); }
td.TdClassName
{
border-color: #5B1FCE;
}
.TagClassName
{
border-color: #5B1FCE;
}
</style>