Shades of Purple Heart #5C3CBB
Tints of Purple Heart #5C3CBB
RGB
CMYK
RGB Variations
Color information
#5C3CBB (or 0x5C3CBB) is known color: Purple Heart. HEX triplet: 5C, 3C and BB. RGB value is (92,60,187). Sum of RGB (Red+Green+Blue) = 92+60+187=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C3CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CBB is #A3C344. Grayscale: #535353. Windows color (decimal): -10732357 or 12270684. OLE color: 12270684.
HSL color Cylindrical-coordinate representation of color #5C3CBB: hue angle of 255.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C3CBB is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 60 | 187 | - |
| CMYK | 0.51 | 0.68 | 0 | 0.27 |
| HSL | 255.12º | 0.51% | 0.48% | - |
| HSV(B) | 255.12º | 0.68% | 0.73% | - |
| XYZ | 15 | 9.09 | 47.98 | - |
| YUV | 84.05 | 186.1 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 187 | 0.51 | 0.68 | 0 | 0.27 | 255.12 | 0.51 | 0.48 |
| Hex | 5C | 3C | BB | 33 | 44 | 0 | 1B | FF | 33 | 30 |
| Octal | 134 | 74 | 273 | 63 | 104 | 0 | 33 | 377 | 63 | 60 |
| Binary | 1011100 | 111100 | 10111011 | 110011 | 1000100 | 0 | 11011 | 11111111 | 110011 | 110000 |
Color Harmonies of #5C3CBB
Complementary color
Monochromatic Colors of #5C3CBB
Black with #5C3CBB
Text Example
Text Example
White with #5C3CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3CBB; }
p { color: rgb(92,60,187); }
H1.HeaderClassName
{
color: #5C3CBB;
}
.AnyTagClassName
{
color: #5C3CBB;
}
</style>
background-color css
<style>
a { background-color: #5C3CBB; }
a { background-color: rgb(92,60,187); }
div.DivClassName
{
background-color: #5C3CBB;
}
.BgClassName
{
background-color: #5C3CBB;
}
</style>
border-color css
<style>
span { border-color: #5C3CBB; }
span { border-color: rgb(92,60,187); }
td.TdClassName
{
border-color: #5C3CBB;
}
.TagClassName
{
border-color: #5C3CBB;
}
</style>