Shades of Purple Heart #5C1EC3
Tints of Purple Heart #5C1EC3
RGB
CMYK
RGB Variations
Color information
#5C1EC3 (or 0x5C1EC3) is known color: Purple Heart. HEX triplet: 5C, 1E and C3. RGB value is (92,30,195). Sum of RGB (Red+Green+Blue) = 92+30+195=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 195 (76.56% from 255 or 61.51% from 317); Max value from RGB is 195 - color contains mainly: blue. Hex color #5C1EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1EC3 is #A3E13C. Grayscale: #424242. Windows color (decimal): -10740029 or 12787292. OLE color: 12787292.
HSL color Cylindrical-coordinate representation of color #5C1EC3: hue angle of 262.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C1EC3 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 30 | 195 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.24 |
| HSL | 262.55º | 0.73% | 0.44% | - |
| HSV(B) | 262.55º | 0.85% | 0.76% | - |
| XYZ | 14.73 | 7.14 | 52.23 | - |
| YUV | 67.35 | 200.04 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 30 | 195 | 0.53 | 0.85 | 0 | 0.24 | 262.55 | 0.73 | 0.44 |
| Hex | 5C | 1E | C3 | 35 | 55 | 0 | 18 | 107 | 49 | 2C |
| Octal | 134 | 36 | 303 | 65 | 125 | 0 | 30 | 407 | 111 | 54 |
| Binary | 1011100 | 11110 | 11000011 | 110101 | 1010101 | 0 | 11000 | 100000111 | 1001001 | 101100 |
Color Harmonies of #5C1EC3
Complementary color
Monochromatic Colors of #5C1EC3
Black with #5C1EC3
Text Example
Text Example
White with #5C1EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1EC3; }
p { color: rgb(92,30,195); }
H1.HeaderClassName
{
color: #5C1EC3;
}
.AnyTagClassName
{
color: #5C1EC3;
}
</style>
background-color css
<style>
a { background-color: #5C1EC3; }
a { background-color: rgb(92,30,195); }
div.DivClassName
{
background-color: #5C1EC3;
}
.BgClassName
{
background-color: #5C1EC3;
}
</style>
border-color css
<style>
span { border-color: #5C1EC3; }
span { border-color: rgb(92,30,195); }
td.TdClassName
{
border-color: #5C1EC3;
}
.TagClassName
{
border-color: #5C1EC3;
}
</style>