Shades of Purple Heart #5C0BBC
Tints of Purple Heart #5C0BBC
RGB
CMYK
RGB Variations
Color information
#5C0BBC (or 0x5C0BBC) is known color: Purple Heart. HEX triplet: 5C, 0B and BC. RGB value is (92,11,188). Sum of RGB (Red+Green+Blue) = 92+11+188=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 11 (4.69% from 255 or 3.78% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0BBC is #A3F443. Grayscale: #363636. Windows color (decimal): -10744900 or 12323676. OLE color: 12323676.
HSL color Cylindrical-coordinate representation of color #5C0BBC: hue angle of 267.46º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0BBC is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 11 | 188 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.26 |
| HSL | 267.46º | 0.89% | 0.39% | - |
| HSV(B) | 267.46º | 0.94% | 0.74% | - |
| XYZ | 13.61 | 6.15 | 48.05 | - |
| YUV | 55.4 | 202.84 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 11 | 188 | 0.51 | 0.94 | 0 | 0.26 | 267.46 | 0.89 | 0.39 |
| Hex | 5C | B | BC | 33 | 5E | 0 | 1A | 10B | 59 | 27 |
| Octal | 134 | 13 | 274 | 63 | 136 | 0 | 32 | 413 | 131 | 47 |
| Binary | 1011100 | 1011 | 10111100 | 110011 | 1011110 | 0 | 11010 | 100001011 | 1011001 | 100111 |
Color Harmonies of #5C0BBC
Complementary color
Monochromatic Colors of #5C0BBC
Black with #5C0BBC
Text Example
Text Example
White with #5C0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0BBC; }
p { color: rgb(92,11,188); }
H1.HeaderClassName
{
color: #5C0BBC;
}
.AnyTagClassName
{
color: #5C0BBC;
}
</style>
background-color css
<style>
a { background-color: #5C0BBC; }
a { background-color: rgb(92,11,188); }
div.DivClassName
{
background-color: #5C0BBC;
}
.BgClassName
{
background-color: #5C0BBC;
}
</style>
border-color css
<style>
span { border-color: #5C0BBC; }
span { border-color: rgb(92,11,188); }
td.TdClassName
{
border-color: #5C0BBC;
}
.TagClassName
{
border-color: #5C0BBC;
}
</style>