Shades of Purple Heart #5C0DAB
Tints of Purple Heart #5C0DAB
RGB
CMYK
RGB Variations
Color information
#5C0DAB (or 0x5C0DAB) is known color: Purple Heart. HEX triplet: 5C, 0D and AB. RGB value is (92,13,171). Sum of RGB (Red+Green+Blue) = 92+13+171=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0DAB is #A3F254. Grayscale: #363636. Windows color (decimal): -10744405 or 11210076. OLE color: 11210076.
HSL color Cylindrical-coordinate representation of color #5C0DAB: hue angle of 270º 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 #5C0DAB is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 13 | 171 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.33 |
| HSL | 270º | 0.86% | 0.36% | - |
| HSV(B) | 270º | 0.92% | 0.67% | - |
| XYZ | 11.91 | 5.5 | 38.96 | - |
| YUV | 54.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 13 | 171 | 0.46 | 0.92 | 0 | 0.33 | 270 | 0.86 | 0.36 |
| Hex | 5C | D | AB | 2E | 5C | 0 | 21 | 10E | 56 | 24 |
| Octal | 134 | 15 | 253 | 56 | 134 | 0 | 41 | 416 | 126 | 44 |
| Binary | 1011100 | 1101 | 10101011 | 101110 | 1011100 | 0 | 100001 | 100001110 | 1010110 | 100100 |
Color Harmonies of #5C0DAB
Complementary color
Monochromatic Colors of #5C0DAB
Black with #5C0DAB
Text Example
Text Example
White with #5C0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0DAB; }
p { color: rgb(92,13,171); }
H1.HeaderClassName
{
color: #5C0DAB;
}
.AnyTagClassName
{
color: #5C0DAB;
}
</style>
background-color css
<style>
a { background-color: #5C0DAB; }
a { background-color: rgb(92,13,171); }
div.DivClassName
{
background-color: #5C0DAB;
}
.BgClassName
{
background-color: #5C0DAB;
}
</style>
border-color css
<style>
span { border-color: #5C0DAB; }
span { border-color: rgb(92,13,171); }
td.TdClassName
{
border-color: #5C0DAB;
}
.TagClassName
{
border-color: #5C0DAB;
}
</style>