Shades of Purple Heart #5C1EC1
Tints of Purple Heart #5C1EC1
RGB
CMYK
RGB Variations
Color information
#5C1EC1 (or 0x5C1EC1) is known color: Purple Heart. HEX triplet: 5C, 1E and C1. RGB value is (92,30,193). Sum of RGB (Red+Green+Blue) = 92+30+193=315 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.21% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C1EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1EC1 is #A3E13E. Grayscale: #424242. Windows color (decimal): -10740031 or 12656220. OLE color: 12656220.
HSL color Cylindrical-coordinate representation of color #5C1EC1: hue angle of 262.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1EC1 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 30 | 193 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.24 |
| HSL | 262.82º | 0.73% | 0.44% | - |
| HSV(B) | 262.82º | 0.84% | 0.76% | - |
| XYZ | 14.5 | 7.05 | 51.05 | - |
| YUV | 67.12 | 199.04 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 30 | 193 | 0.52 | 0.84 | 0 | 0.24 | 262.82 | 0.73 | 0.44 |
| Hex | 5C | 1E | C1 | 34 | 54 | 0 | 18 | 107 | 49 | 2C |
| Octal | 134 | 36 | 301 | 64 | 124 | 0 | 30 | 407 | 111 | 54 |
| Binary | 1011100 | 11110 | 11000001 | 110100 | 1010100 | 0 | 11000 | 100000111 | 1001001 | 101100 |
Color Harmonies of #5C1EC1
Complementary color
Monochromatic Colors of #5C1EC1
Black with #5C1EC1
Text Example
Text Example
White with #5C1EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1EC1; }
p { color: rgb(92,30,193); }
H1.HeaderClassName
{
color: #5C1EC1;
}
.AnyTagClassName
{
color: #5C1EC1;
}
</style>
background-color css
<style>
a { background-color: #5C1EC1; }
a { background-color: rgb(92,30,193); }
div.DivClassName
{
background-color: #5C1EC1;
}
.BgClassName
{
background-color: #5C1EC1;
}
</style>
border-color css
<style>
span { border-color: #5C1EC1; }
span { border-color: rgb(92,30,193); }
td.TdClassName
{
border-color: #5C1EC1;
}
.TagClassName
{
border-color: #5C1EC1;
}
</style>