Shades of Purple Heart #5C3BBC
Tints of Purple Heart #5C3BBC
RGB
CMYK
RGB Variations
Color information
#5C3BBC (or 0x5C3BBC) is known color: Purple Heart. HEX triplet: 5C, 3B and BC. RGB value is (92,59,188). Sum of RGB (Red+Green+Blue) = 92+59+188=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3BBC is #A3C443. Grayscale: #535353. Windows color (decimal): -10732612 or 12335964. OLE color: 12335964.
HSL color Cylindrical-coordinate representation of color #5C3BBC: hue angle of 255.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C3BBC is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 59 | 188 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.26 |
| HSL | 255.35º | 0.52% | 0.48% | - |
| HSV(B) | 255.35º | 0.69% | 0.74% | - |
| XYZ | 15.05 | 9.03 | 48.53 | - |
| YUV | 83.57 | 186.93 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 59 | 188 | 0.51 | 0.69 | 0 | 0.26 | 255.35 | 0.52 | 0.48 |
| Hex | 5C | 3B | BC | 33 | 45 | 0 | 1A | FF | 34 | 30 |
| Octal | 134 | 73 | 274 | 63 | 105 | 0 | 32 | 377 | 64 | 60 |
| Binary | 1011100 | 111011 | 10111100 | 110011 | 1000101 | 0 | 11010 | 11111111 | 110100 | 110000 |
Color Harmonies of #5C3BBC
Complementary color
Monochromatic Colors of #5C3BBC
Black with #5C3BBC
Text Example
Text Example
White with #5C3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3BBC; }
p { color: rgb(92,59,188); }
H1.HeaderClassName
{
color: #5C3BBC;
}
.AnyTagClassName
{
color: #5C3BBC;
}
</style>
background-color css
<style>
a { background-color: #5C3BBC; }
a { background-color: rgb(92,59,188); }
div.DivClassName
{
background-color: #5C3BBC;
}
.BgClassName
{
background-color: #5C3BBC;
}
</style>
border-color css
<style>
span { border-color: #5C3BBC; }
span { border-color: rgb(92,59,188); }
td.TdClassName
{
border-color: #5C3BBC;
}
.TagClassName
{
border-color: #5C3BBC;
}
</style>