Shades of Purple Heart #5C2DC2
Tints of Purple Heart #5C2DC2
RGB
CMYK
RGB Variations
Color information
#5C2DC2 (or 0x5C2DC2) is known color: Purple Heart. HEX triplet: 5C, 2D and C2. RGB value is (92,45,194). Sum of RGB (Red+Green+Blue) = 92+45+194=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 194 (76.17% from 255 or 58.61% from 331); Max value from RGB is 194 - color contains mainly: blue. Hex color #5C2DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2DC2 is #A3D23D. Grayscale: #4B4B4B. Windows color (decimal): -10736190 or 12725596. OLE color: 12725596.
HSL color Cylindrical-coordinate representation of color #5C2DC2: hue angle of 258.93º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2DC2 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 45 | 194 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.24 |
| HSL | 258.93º | 0.62% | 0.47% | - |
| HSV(B) | 258.93º | 0.77% | 0.76% | - |
| XYZ | 15.09 | 8.05 | 51.8 | - |
| YUV | 76.04 | 194.57 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 194 | 0.53 | 0.77 | 0 | 0.24 | 258.93 | 0.62 | 0.47 |
| Hex | 5C | 2D | C2 | 35 | 4D | 0 | 18 | 103 | 3E | 2F |
| Octal | 134 | 55 | 302 | 65 | 115 | 0 | 30 | 403 | 76 | 57 |
| Binary | 1011100 | 101101 | 11000010 | 110101 | 1001101 | 0 | 11000 | 100000011 | 111110 | 101111 |
Color Harmonies of #5C2DC2
Complementary color
Monochromatic Colors of #5C2DC2
Black with #5C2DC2
Text Example
Text Example
White with #5C2DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DC2; }
p { color: rgb(92,45,194); }
H1.HeaderClassName
{
color: #5C2DC2;
}
.AnyTagClassName
{
color: #5C2DC2;
}
</style>
background-color css
<style>
a { background-color: #5C2DC2; }
a { background-color: rgb(92,45,194); }
div.DivClassName
{
background-color: #5C2DC2;
}
.BgClassName
{
background-color: #5C2DC2;
}
</style>
border-color css
<style>
span { border-color: #5C2DC2; }
span { border-color: rgb(92,45,194); }
td.TdClassName
{
border-color: #5C2DC2;
}
.TagClassName
{
border-color: #5C2DC2;
}
</style>