Shades of Purple Heart #5C2DCD
Tints of Purple Heart #5C2DCD
RGB
CMYK
RGB Variations
Color information
#5C2DCD (or 0x5C2DCD) is known color: Purple Heart. HEX triplet: 5C, 2D and CD. RGB value is (92,45,205). Sum of RGB (Red+Green+Blue) = 92+45+205=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C2DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2DCD is #A3D232. Grayscale: #4C4C4C. Windows color (decimal): -10736179 or 13446492. OLE color: 13446492.
HSL color Cylindrical-coordinate representation of color #5C2DCD: hue angle of 257.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C2DCD is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 45 | 205 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.20 |
| HSL | 257.63º | 0.64% | 0.49% | - |
| HSV(B) | 257.63º | 0.78% | 0.8% | - |
| XYZ | 16.37 | 8.56 | 58.55 | - |
| YUV | 77.29 | 200.07 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 205 | 0.55 | 0.78 | 0 | 0.20 | 257.63 | 0.64 | 0.49 |
| Hex | 5C | 2D | CD | 37 | 4E | 0 | 14 | 102 | 40 | 31 |
| Octal | 134 | 55 | 315 | 67 | 116 | 0 | 24 | 402 | 100 | 61 |
| Binary | 1011100 | 101101 | 11001101 | 110111 | 1001110 | 0 | 10100 | 100000010 | 1000000 | 110001 |
Color Harmonies of #5C2DCD
Complementary color
Monochromatic Colors of #5C2DCD
Black with #5C2DCD
Text Example
Text Example
White with #5C2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DCD; }
p { color: rgb(92,45,205); }
H1.HeaderClassName
{
color: #5C2DCD;
}
.AnyTagClassName
{
color: #5C2DCD;
}
</style>
background-color css
<style>
a { background-color: #5C2DCD; }
a { background-color: rgb(92,45,205); }
div.DivClassName
{
background-color: #5C2DCD;
}
.BgClassName
{
background-color: #5C2DCD;
}
</style>
border-color css
<style>
span { border-color: #5C2DCD; }
span { border-color: rgb(92,45,205); }
td.TdClassName
{
border-color: #5C2DCD;
}
.TagClassName
{
border-color: #5C2DCD;
}
</style>