Shades of Purple Heart #5C3CDC
Tints of Purple Heart #5C3CDC
RGB
CMYK
RGB Variations
Color information
#5C3CDC (or 0x5C3CDC) is known color: Purple Heart. HEX triplet: 5C, 3C and DC. RGB value is (92,60,220). Sum of RGB (Red+Green+Blue) = 92+60+220=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #5C3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CDC is #A3C323. Grayscale: #575757. Windows color (decimal): -10732324 or 14433372. OLE color: 14433372.
HSL color Cylindrical-coordinate representation of color #5C3CDC: hue angle of 252º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C3CDC is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 60 | 220 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.14 |
| HSL | 252º | 0.7% | 0.55% | - |
| HSV(B) | 252º | 0.73% | 0.86% | - |
| XYZ | 18.95 | 10.67 | 68.77 | - |
| YUV | 87.81 | 202.6 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 220 | 0.58 | 0.73 | 0 | 0.14 | 252 | 0.7 | 0.55 |
| Hex | 5C | 3C | DC | 3A | 49 | 0 | E | FC | 46 | 37 |
| Octal | 134 | 74 | 334 | 72 | 111 | 0 | 16 | 374 | 106 | 67 |
| Binary | 1011100 | 111100 | 11011100 | 111010 | 1001001 | 0 | 1110 | 11111100 | 1000110 | 110111 |
Color Harmonies of #5C3CDC
Complementary color
Monochromatic Colors of #5C3CDC
Black with #5C3CDC
Text Example
Text Example
White with #5C3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3CDC; }
p { color: rgb(92,60,220); }
H1.HeaderClassName
{
color: #5C3CDC;
}
.AnyTagClassName
{
color: #5C3CDC;
}
</style>
background-color css
<style>
a { background-color: #5C3CDC; }
a { background-color: rgb(92,60,220); }
div.DivClassName
{
background-color: #5C3CDC;
}
.BgClassName
{
background-color: #5C3CDC;
}
</style>
border-color css
<style>
span { border-color: #5C3CDC; }
span { border-color: rgb(92,60,220); }
td.TdClassName
{
border-color: #5C3CDC;
}
.TagClassName
{
border-color: #5C3CDC;
}
</style>