Shades of Purple Heart #5C16AF
Tints of Purple Heart #5C16AF
RGB
CMYK
RGB Variations
Color information
#5C16AF (or 0x5C16AF) is known color: Purple Heart. HEX triplet: 5C, 16 and AF. RGB value is (92,22,175). Sum of RGB (Red+Green+Blue) = 92+22+175=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C16AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C16AF is #A3E950. Grayscale: #3B3B3B. Windows color (decimal): -10742097 or 11474524. OLE color: 11474524.
HSL color Cylindrical-coordinate representation of color #5C16AF: hue angle of 267.45º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C16AF is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 22 | 175 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.31 |
| HSL | 267.45º | 0.78% | 0.39% | - |
| HSV(B) | 267.45º | 0.87% | 0.69% | - |
| XYZ | 12.44 | 5.94 | 41.05 | - |
| YUV | 60.37 | 192.69 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 175 | 0.47 | 0.87 | 0 | 0.31 | 267.45 | 0.78 | 0.39 |
| Hex | 5C | 16 | AF | 2F | 57 | 0 | 1F | 10B | 4E | 27 |
| Octal | 134 | 26 | 257 | 57 | 127 | 0 | 37 | 413 | 116 | 47 |
| Binary | 1011100 | 10110 | 10101111 | 101111 | 1010111 | 0 | 11111 | 100001011 | 1001110 | 100111 |
Color Harmonies of #5C16AF
Complementary color
Monochromatic Colors of #5C16AF
Black with #5C16AF
Text Example
Text Example
White with #5C16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C16AF; }
p { color: rgb(92,22,175); }
H1.HeaderClassName
{
color: #5C16AF;
}
.AnyTagClassName
{
color: #5C16AF;
}
</style>
background-color css
<style>
a { background-color: #5C16AF; }
a { background-color: rgb(92,22,175); }
div.DivClassName
{
background-color: #5C16AF;
}
.BgClassName
{
background-color: #5C16AF;
}
</style>
border-color css
<style>
span { border-color: #5C16AF; }
span { border-color: rgb(92,22,175); }
td.TdClassName
{
border-color: #5C16AF;
}
.TagClassName
{
border-color: #5C16AF;
}
</style>