Shades of Purple Heart #5B26CB
Tints of Purple Heart #5B26CB
RGB
CMYK
RGB Variations
Color information
#5B26CB (or 0x5B26CB) is known color: Purple Heart. HEX triplet: 5B, 26 and CB. RGB value is (91,38,203). Sum of RGB (Red+Green+Blue) = 91+38+203=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B26CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B26CB is #A4D934. Grayscale: #484848. Windows color (decimal): -10803509 or 13313627. OLE color: 13313627.
HSL color Cylindrical-coordinate representation of color #5B26CB: hue angle of 259.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B26CB is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 91 | 38 | 203 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.20 |
| HSL | 259.27º | 0.68% | 0.47% | - |
| HSV(B) | 259.27º | 0.81% | 0.8% | - |
| XYZ | 15.79 | 7.92 | 57.2 | - |
| YUV | 72.66 | 201.56 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 203 | 0.55 | 0.81 | 0 | 0.20 | 259.27 | 0.68 | 0.47 |
| Hex | 5B | 26 | CB | 37 | 51 | 0 | 14 | 103 | 44 | 2F |
| Octal | 133 | 46 | 313 | 67 | 121 | 0 | 24 | 403 | 104 | 57 |
| Binary | 1011011 | 100110 | 11001011 | 110111 | 1010001 | 0 | 10100 | 100000011 | 1000100 | 101111 |
Color Harmonies of #5B26CB
Complementary color
Monochromatic Colors of #5B26CB
Black with #5B26CB
Text Example
Text Example
White with #5B26CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B26CB; }
p { color: rgb(91,38,203); }
H1.HeaderClassName
{
color: #5B26CB;
}
.AnyTagClassName
{
color: #5B26CB;
}
</style>
background-color css
<style>
a { background-color: #5B26CB; }
a { background-color: rgb(91,38,203); }
div.DivClassName
{
background-color: #5B26CB;
}
.BgClassName
{
background-color: #5B26CB;
}
</style>
border-color css
<style>
span { border-color: #5B26CB; }
span { border-color: rgb(91,38,203); }
td.TdClassName
{
border-color: #5B26CB;
}
.TagClassName
{
border-color: #5B26CB;
}
</style>