Shades of Purple Heart #5C3CDA
Tints of Purple Heart #5C3CDA
RGB
CMYK
RGB Variations
Color information
#5C3CDA (or 0x5C3CDA) is known color: Purple Heart. HEX triplet: 5C, 3C and DA. RGB value is (92,60,218). Sum of RGB (Red+Green+Blue) = 92+60+218=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C3CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C3CDA is #A3C325. Grayscale: #565656. Windows color (decimal): -10732326 or 14302300. OLE color: 14302300.
HSL color Cylindrical-coordinate representation of color #5C3CDA: hue angle of 252.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C3CDA is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 60 | 218 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.15 |
| HSL | 252.15º | 0.68% | 0.55% | - |
| HSV(B) | 252.15º | 0.72% | 0.85% | - |
| XYZ | 18.68 | 10.57 | 67.38 | - |
| YUV | 87.58 | 201.6 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 218 | 0.58 | 0.72 | 0 | 0.15 | 252.15 | 0.68 | 0.55 |
| Hex | 5C | 3C | DA | 3A | 48 | 0 | F | FC | 44 | 37 |
| Octal | 134 | 74 | 332 | 72 | 110 | 0 | 17 | 374 | 104 | 67 |
| Binary | 1011100 | 111100 | 11011010 | 111010 | 1001000 | 0 | 1111 | 11111100 | 1000100 | 110111 |
Color Harmonies of #5C3CDA
Complementary color
Monochromatic Colors of #5C3CDA
Black with #5C3CDA
Text Example
Text Example
White with #5C3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3CDA; }
p { color: rgb(92,60,218); }
H1.HeaderClassName
{
color: #5C3CDA;
}
.AnyTagClassName
{
color: #5C3CDA;
}
</style>
background-color css
<style>
a { background-color: #5C3CDA; }
a { background-color: rgb(92,60,218); }
div.DivClassName
{
background-color: #5C3CDA;
}
.BgClassName
{
background-color: #5C3CDA;
}
</style>
border-color css
<style>
span { border-color: #5C3CDA; }
span { border-color: rgb(92,60,218); }
td.TdClassName
{
border-color: #5C3CDA;
}
.TagClassName
{
border-color: #5C3CDA;
}
</style>