Shades of Purple Heart #5B1CCC
Tints of Purple Heart #5B1CCC
RGB
CMYK
RGB Variations
Color information
#5B1CCC (or 0x5B1CCC) is known color: Purple Heart. HEX triplet: 5B, 1C and CC. RGB value is (91,28,204). Sum of RGB (Red+Green+Blue) = 91+28+204=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B1CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1CCC is #A4E333. Grayscale: #424242. Windows color (decimal): -10806068 or 13376603. OLE color: 13376603.
HSL color Cylindrical-coordinate representation of color #5B1CCC: hue angle of 261.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1CCC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 28 | 204 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.2 |
| HSL | 261.48º | 0.76% | 0.45% | - |
| HSV(B) | 261.48º | 0.86% | 0.8% | - |
| XYZ | 15.63 | 7.41 | 57.73 | - |
| YUV | 66.9 | 205.37 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 204 | 0.55 | 0.86 | 0 | 0.2 | 261.48 | 0.76 | 0.45 |
| Hex | 5B | 1C | CC | 37 | 56 | 0 | 14 | 105 | 4C | 2D |
| Octal | 133 | 34 | 314 | 67 | 126 | 0 | 24 | 405 | 114 | 55 |
| Binary | 1011011 | 11100 | 11001100 | 110111 | 1010110 | 0 | 10100 | 100000101 | 1001100 | 101101 |
Color Harmonies of #5B1CCC
Complementary color
Monochromatic Colors of #5B1CCC
Black with #5B1CCC
Text Example
Text Example
White with #5B1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1CCC; }
p { color: rgb(91,28,204); }
H1.HeaderClassName
{
color: #5B1CCC;
}
.AnyTagClassName
{
color: #5B1CCC;
}
</style>
background-color css
<style>
a { background-color: #5B1CCC; }
a { background-color: rgb(91,28,204); }
div.DivClassName
{
background-color: #5B1CCC;
}
.BgClassName
{
background-color: #5B1CCC;
}
</style>
border-color css
<style>
span { border-color: #5B1CCC; }
span { border-color: rgb(91,28,204); }
td.TdClassName
{
border-color: #5B1CCC;
}
.TagClassName
{
border-color: #5B1CCC;
}
</style>