Shades of Purple Heart #5B2BCF
Tints of Purple Heart #5B2BCF
RGB
CMYK
RGB Variations
Color information
#5B2BCF (or 0x5B2BCF) is known color: Purple Heart. HEX triplet: 5B, 2B and CF. RGB value is (91,43,207). Sum of RGB (Red+Green+Blue) = 91+43+207=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B2BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2BCF is #A4D430. Grayscale: #4B4B4B. Windows color (decimal): -10802225 or 13577051. OLE color: 13577051.
HSL color Cylindrical-coordinate representation of color #5B2BCF: hue angle of 257.56º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B2BCF is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 43 | 207 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.19 |
| HSL | 257.56º | 0.66% | 0.49% | - |
| HSV(B) | 257.56º | 0.79% | 0.81% | - |
| XYZ | 16.44 | 8.46 | 59.8 | - |
| YUV | 76.05 | 201.9 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 43 | 207 | 0.56 | 0.79 | 0 | 0.19 | 257.56 | 0.66 | 0.49 |
| Hex | 5B | 2B | CF | 38 | 4F | 0 | 13 | 102 | 42 | 31 |
| Octal | 133 | 53 | 317 | 70 | 117 | 0 | 23 | 402 | 102 | 61 |
| Binary | 1011011 | 101011 | 11001111 | 111000 | 1001111 | 0 | 10011 | 100000010 | 1000010 | 110001 |
Color Harmonies of #5B2BCF
Complementary color
Monochromatic Colors of #5B2BCF
Black with #5B2BCF
Text Example
Text Example
White with #5B2BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2BCF; }
p { color: rgb(91,43,207); }
H1.HeaderClassName
{
color: #5B2BCF;
}
.AnyTagClassName
{
color: #5B2BCF;
}
</style>
background-color css
<style>
a { background-color: #5B2BCF; }
a { background-color: rgb(91,43,207); }
div.DivClassName
{
background-color: #5B2BCF;
}
.BgClassName
{
background-color: #5B2BCF;
}
</style>
border-color css
<style>
span { border-color: #5B2BCF; }
span { border-color: rgb(91,43,207); }
td.TdClassName
{
border-color: #5B2BCF;
}
.TagClassName
{
border-color: #5B2BCF;
}
</style>