Shades of Purple #60016D
Tints of Purple #60016D
RGB
CMYK
RGB Variations
Color information
#60016D (or 0x60016D) is known color: Purple. HEX triplet: 60, 01 and 6D. RGB value is (96,1,109). Sum of RGB (Red+Green+Blue) = 96+1+109=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #60016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60016D is #9FFE92. Grayscale: #292929. Windows color (decimal): -10485395 or 7143776. OLE color: 7143776.
HSL color Cylindrical-coordinate representation of color #60016D: hue angle of 292.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60016D is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 1 | 109 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.57 |
| HSL | 292.78º | 0.98% | 0.22% | - |
| HSV(B) | 292.78º | 0.99% | 0.43% | - |
| XYZ | 7.6 | 3.61 | 14.77 | - |
| YUV | 41.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 109 | 0.12 | 0.99 | 0 | 0.57 | 292.78 | 0.98 | 0.22 |
| Hex | 60 | 1 | 6D | C | 63 | 0 | 39 | 125 | 62 | 16 |
| Octal | 140 | 1 | 155 | 14 | 143 | 0 | 71 | 445 | 142 | 26 |
| Binary | 1100000 | 1 | 1101101 | 1100 | 1100011 | 0 | 111001 | 100100101 | 1100010 | 10110 |
Color Harmonies of #60016D
Complementary color
Monochromatic Colors of #60016D
Black with #60016D
Text Example
Text Example
White with #60016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60016D; }
p { color: rgb(96,1,109); }
H1.HeaderClassName
{
color: #60016D;
}
.AnyTagClassName
{
color: #60016D;
}
</style>
background-color css
<style>
a { background-color: #60016D; }
a { background-color: rgb(96,1,109); }
div.DivClassName
{
background-color: #60016D;
}
.BgClassName
{
background-color: #60016D;
}
</style>
border-color css
<style>
span { border-color: #60016D; }
span { border-color: rgb(96,1,109); }
td.TdClassName
{
border-color: #60016D;
}
.TagClassName
{
border-color: #60016D;
}
</style>