Shades of Purple Heart #5C3DBA
Tints of Purple Heart #5C3DBA
RGB
CMYK
RGB Variations
Color information
#5C3DBA (or 0x5C3DBA) is known color: Purple Heart. HEX triplet: 5C, 3D and BA. RGB value is (92,61,186). Sum of RGB (Red+Green+Blue) = 92+61+186=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C3DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3DBA is #A3C245. Grayscale: #545454. Windows color (decimal): -10732102 or 12205404. OLE color: 12205404.
HSL color Cylindrical-coordinate representation of color #5C3DBA: hue angle of 254.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C3DBA is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 61 | 186 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.27 |
| HSL | 254.88º | 0.51% | 0.48% | - |
| HSV(B) | 254.88º | 0.67% | 0.73% | - |
| XYZ | 14.95 | 9.16 | 47.43 | - |
| YUV | 84.52 | 185.27 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 61 | 186 | 0.51 | 0.67 | 0 | 0.27 | 254.88 | 0.51 | 0.48 |
| Hex | 5C | 3D | BA | 33 | 43 | 0 | 1B | FF | 33 | 30 |
| Octal | 134 | 75 | 272 | 63 | 103 | 0 | 33 | 377 | 63 | 60 |
| Binary | 1011100 | 111101 | 10111010 | 110011 | 1000011 | 0 | 11011 | 11111111 | 110011 | 110000 |
Color Harmonies of #5C3DBA
Complementary color
Monochromatic Colors of #5C3DBA
Black with #5C3DBA
Text Example
Text Example
White with #5C3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3DBA; }
p { color: rgb(92,61,186); }
H1.HeaderClassName
{
color: #5C3DBA;
}
.AnyTagClassName
{
color: #5C3DBA;
}
</style>
background-color css
<style>
a { background-color: #5C3DBA; }
a { background-color: rgb(92,61,186); }
div.DivClassName
{
background-color: #5C3DBA;
}
.BgClassName
{
background-color: #5C3DBA;
}
</style>
border-color css
<style>
span { border-color: #5C3DBA; }
span { border-color: rgb(92,61,186); }
td.TdClassName
{
border-color: #5C3DBA;
}
.TagClassName
{
border-color: #5C3DBA;
}
</style>