Shades of Purple Heart #5C2DC6
Tints of Purple Heart #5C2DC6
RGB
CMYK
RGB Variations
Color information
#5C2DC6 (or 0x5C2DC6) is known color: Purple Heart. HEX triplet: 5C, 2D and C6. RGB value is (92,45,198). Sum of RGB (Red+Green+Blue) = 92+45+198=335 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.46% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 198 (77.73% from 255 or 59.10% from 335); Max value from RGB is 198 - color contains mainly: blue. Hex color #5C2DC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2DC6 is #A3D239. Grayscale: #4B4B4B. Windows color (decimal): -10736186 or 12987740. OLE color: 12987740.
HSL color Cylindrical-coordinate representation of color #5C2DC6: hue angle of 258.43º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2DC6 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 45 | 198 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.22 |
| HSL | 258.43º | 0.63% | 0.48% | - |
| HSV(B) | 258.43º | 0.77% | 0.78% | - |
| XYZ | 15.55 | 8.23 | 54.2 | - |
| YUV | 76.5 | 196.57 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 198 | 0.54 | 0.77 | 0 | 0.22 | 258.43 | 0.63 | 0.48 |
| Hex | 5C | 2D | C6 | 36 | 4D | 0 | 16 | 102 | 3F | 30 |
| Octal | 134 | 55 | 306 | 66 | 115 | 0 | 26 | 402 | 77 | 60 |
| Binary | 1011100 | 101101 | 11000110 | 110110 | 1001101 | 0 | 10110 | 100000010 | 111111 | 110000 |
Color Harmonies of #5C2DC6
Complementary color
Monochromatic Colors of #5C2DC6
Black with #5C2DC6
Text Example
Text Example
White with #5C2DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DC6; }
p { color: rgb(92,45,198); }
H1.HeaderClassName
{
color: #5C2DC6;
}
.AnyTagClassName
{
color: #5C2DC6;
}
</style>
background-color css
<style>
a { background-color: #5C2DC6; }
a { background-color: rgb(92,45,198); }
div.DivClassName
{
background-color: #5C2DC6;
}
.BgClassName
{
background-color: #5C2DC6;
}
</style>
border-color css
<style>
span { border-color: #5C2DC6; }
span { border-color: rgb(92,45,198); }
td.TdClassName
{
border-color: #5C2DC6;
}
.TagClassName
{
border-color: #5C2DC6;
}
</style>