Shades of Purple #60006D
Tints of Purple #60006D
RGB
CMYK
RGB Variations
Color information
#60006D (or 0x60006D) is known color: Purple. HEX triplet: 60, 00 and 6D. RGB value is (96,0,109). Sum of RGB (Red+Green+Blue) = 96+0+109=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #60006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60006D is #9FFF92. Grayscale: #282828. Windows color (decimal): -10485651 or 7143520. OLE color: 7143520.
HSL color Cylindrical-coordinate representation of color #60006D: hue angle of 292.84º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60006D is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 0 | 109 | - |
| CMYK | 0.12 | 1 | 0 | 0.57 |
| HSL | 292.84º | 1% | 0.21% | - |
| HSV(B) | 292.84º | 1% | 0.43% | - |
| XYZ | 7.58 | 3.59 | 14.76 | - |
| YUV | 41.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 0 | 109 | 0.12 | 1 | 0 | 0.57 | 292.84 | 1 | 0.21 |
| Hex | 60 | 0 | 6D | C | 64 | 0 | 39 | 125 | 64 | 15 |
| Octal | 140 | 0 | 155 | 14 | 144 | 0 | 71 | 445 | 144 | 25 |
| Binary | 1100000 | 0 | 1101101 | 1100 | 1100100 | 0 | 111001 | 100100101 | 1100100 | 10101 |
Color Harmonies of #60006D
Complementary color
Monochromatic Colors of #60006D
Black with #60006D
Text Example
Text Example
White with #60006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60006D; }
p { color: rgb(96,0,109); }
H1.HeaderClassName
{
color: #60006D;
}
.AnyTagClassName
{
color: #60006D;
}
</style>
background-color css
<style>
a { background-color: #60006D; }
a { background-color: rgb(96,0,109); }
div.DivClassName
{
background-color: #60006D;
}
.BgClassName
{
background-color: #60006D;
}
</style>
border-color css
<style>
span { border-color: #60006D; }
span { border-color: rgb(96,0,109); }
td.TdClassName
{
border-color: #60006D;
}
.TagClassName
{
border-color: #60006D;
}
</style>