Shades of Purple Heart #5C1CC2
Tints of Purple Heart #5C1CC2
RGB
CMYK
RGB Variations
Color information
#5C1CC2 (or 0x5C1CC2) is known color: Purple Heart. HEX triplet: 5C, 1C and C2. RGB value is (92,28,194). Sum of RGB (Red+Green+Blue) = 92+28+194=314 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.30% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 194 (76.17% from 255 or 61.78% from 314); Max value from RGB is 194 - color contains mainly: blue. Hex color #5C1CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C1CC2 is #A3E33D. Grayscale: #414141. Windows color (decimal): -10740542 or 12721244. OLE color: 12721244.
HSL color Cylindrical-coordinate representation of color #5C1CC2: hue angle of 263.13º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1CC2 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 28 | 194 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.24 |
| HSL | 263.13º | 0.75% | 0.44% | - |
| HSV(B) | 263.13º | 0.86% | 0.76% | - |
| XYZ | 14.57 | 7 | 51.62 | - |
| YUV | 66.06 | 200.2 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 194 | 0.53 | 0.86 | 0 | 0.24 | 263.13 | 0.75 | 0.44 |
| Hex | 5C | 1C | C2 | 35 | 56 | 0 | 18 | 107 | 4B | 2C |
| Octal | 134 | 34 | 302 | 65 | 126 | 0 | 30 | 407 | 113 | 54 |
| Binary | 1011100 | 11100 | 11000010 | 110101 | 1010110 | 0 | 11000 | 100000111 | 1001011 | 101100 |
Color Harmonies of #5C1CC2
Complementary color
Monochromatic Colors of #5C1CC2
Black with #5C1CC2
Text Example
Text Example
White with #5C1CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1CC2; }
p { color: rgb(92,28,194); }
H1.HeaderClassName
{
color: #5C1CC2;
}
.AnyTagClassName
{
color: #5C1CC2;
}
</style>
background-color css
<style>
a { background-color: #5C1CC2; }
a { background-color: rgb(92,28,194); }
div.DivClassName
{
background-color: #5C1CC2;
}
.BgClassName
{
background-color: #5C1CC2;
}
</style>
border-color css
<style>
span { border-color: #5C1CC2; }
span { border-color: rgb(92,28,194); }
td.TdClassName
{
border-color: #5C1CC2;
}
.TagClassName
{
border-color: #5C1CC2;
}
</style>