Shades of Purple Heart #5C0ACE
Tints of Purple Heart #5C0ACE
RGB
CMYK
RGB Variations
Color information
#5C0ACE (or 0x5C0ACE) is known color: Purple Heart. HEX triplet: 5C, 0A and CE. RGB value is (92,10,206). Sum of RGB (Red+Green+Blue) = 92+10+206=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0ACE is #A3F531. Grayscale: #383838. Windows color (decimal): -10745138 or 13503068. OLE color: 13503068.
HSL color Cylindrical-coordinate representation of color #5C0ACE: hue angle of 265.1º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0ACE is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 10 | 206 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.19 |
| HSL | 265.1º | 0.91% | 0.42% | - |
| HSV(B) | 265.1º | 0.95% | 0.81% | - |
| XYZ | 15.66 | 6.95 | 58.91 | - |
| YUV | 56.86 | 212.17 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 206 | 0.55 | 0.95 | 0 | 0.19 | 265.1 | 0.91 | 0.42 |
| Hex | 5C | A | CE | 37 | 5F | 0 | 13 | 109 | 5B | 2A |
| Octal | 134 | 12 | 316 | 67 | 137 | 0 | 23 | 411 | 133 | 52 |
| Binary | 1011100 | 1010 | 11001110 | 110111 | 1011111 | 0 | 10011 | 100001001 | 1011011 | 101010 |
Color Harmonies of #5C0ACE
Complementary color
Monochromatic Colors of #5C0ACE
Black with #5C0ACE
Text Example
Text Example
White with #5C0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0ACE; }
p { color: rgb(92,10,206); }
H1.HeaderClassName
{
color: #5C0ACE;
}
.AnyTagClassName
{
color: #5C0ACE;
}
</style>
background-color css
<style>
a { background-color: #5C0ACE; }
a { background-color: rgb(92,10,206); }
div.DivClassName
{
background-color: #5C0ACE;
}
.BgClassName
{
background-color: #5C0ACE;
}
</style>
border-color css
<style>
span { border-color: #5C0ACE; }
span { border-color: rgb(92,10,206); }
td.TdClassName
{
border-color: #5C0ACE;
}
.TagClassName
{
border-color: #5C0ACE;
}
</style>