Shades of Purple Heart #5C0ACC
Tints of Purple Heart #5C0ACC
RGB
CMYK
RGB Variations
Color information
#5C0ACC (or 0x5C0ACC) is known color: Purple Heart. HEX triplet: 5C, 0A and CC. RGB value is (92,10,204). Sum of RGB (Red+Green+Blue) = 92+10+204=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C0ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0ACC is #A3F533. Grayscale: #373737. Windows color (decimal): -10745140 or 13371996. OLE color: 13371996.
HSL color Cylindrical-coordinate representation of color #5C0ACC: hue angle of 265.36º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0ACC is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 10 | 204 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.2 |
| HSL | 265.36º | 0.91% | 0.42% | - |
| HSV(B) | 265.36º | 0.95% | 0.8% | - |
| XYZ | 15.42 | 6.85 | 57.64 | - |
| YUV | 56.63 | 211.17 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 204 | 0.55 | 0.95 | 0 | 0.2 | 265.36 | 0.91 | 0.42 |
| Hex | 5C | A | CC | 37 | 5F | 0 | 14 | 109 | 5B | 2A |
| Octal | 134 | 12 | 314 | 67 | 137 | 0 | 24 | 411 | 133 | 52 |
| Binary | 1011100 | 1010 | 11001100 | 110111 | 1011111 | 0 | 10100 | 100001001 | 1011011 | 101010 |
Color Harmonies of #5C0ACC
Complementary color
Monochromatic Colors of #5C0ACC
Black with #5C0ACC
Text Example
Text Example
White with #5C0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0ACC; }
p { color: rgb(92,10,204); }
H1.HeaderClassName
{
color: #5C0ACC;
}
.AnyTagClassName
{
color: #5C0ACC;
}
</style>
background-color css
<style>
a { background-color: #5C0ACC; }
a { background-color: rgb(92,10,204); }
div.DivClassName
{
background-color: #5C0ACC;
}
.BgClassName
{
background-color: #5C0ACC;
}
</style>
border-color css
<style>
span { border-color: #5C0ACC; }
span { border-color: rgb(92,10,204); }
td.TdClassName
{
border-color: #5C0ACC;
}
.TagClassName
{
border-color: #5C0ACC;
}
</style>