Shades of Purple Heart #5C0DAC
Tints of Purple Heart #5C0DAC
RGB
CMYK
RGB Variations
Color information
#5C0DAC (or 0x5C0DAC) is known color: Purple Heart. HEX triplet: 5C, 0D and AC. RGB value is (92,13,172). Sum of RGB (Red+Green+Blue) = 92+13+172=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C0DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0DAC is #A3F253. Grayscale: #363636. Windows color (decimal): -10744404 or 11275612. OLE color: 11275612.
HSL color Cylindrical-coordinate representation of color #5C0DAC: hue angle of 269.81º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0DAC is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 13 | 172 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.33 |
| HSL | 269.81º | 0.86% | 0.36% | - |
| HSV(B) | 269.81º | 0.92% | 0.67% | - |
| XYZ | 12 | 5.54 | 39.47 | - |
| YUV | 54.75 | 194.17 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 172 | 0.47 | 0.92 | 0 | 0.33 | 269.81 | 0.86 | 0.36 |
| Hex | 5C | D | AC | 2F | 5C | 0 | 21 | 10E | 56 | 24 |
| Octal | 134 | 15 | 254 | 57 | 134 | 0 | 41 | 416 | 126 | 44 |
| Binary | 1011100 | 1101 | 10101100 | 101111 | 1011100 | 0 | 100001 | 100001110 | 1010110 | 100100 |
Color Harmonies of #5C0DAC
Complementary color
Monochromatic Colors of #5C0DAC
Black with #5C0DAC
Text Example
Text Example
White with #5C0DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0DAC; }
p { color: rgb(92,13,172); }
H1.HeaderClassName
{
color: #5C0DAC;
}
.AnyTagClassName
{
color: #5C0DAC;
}
</style>
background-color css
<style>
a { background-color: #5C0DAC; }
a { background-color: rgb(92,13,172); }
div.DivClassName
{
background-color: #5C0DAC;
}
.BgClassName
{
background-color: #5C0DAC;
}
</style>
border-color css
<style>
span { border-color: #5C0DAC; }
span { border-color: rgb(92,13,172); }
td.TdClassName
{
border-color: #5C0DAC;
}
.TagClassName
{
border-color: #5C0DAC;
}
</style>