Shades of Purple #60036A
Tints of Purple #60036A
RGB
CMYK
RGB Variations
Color information
#60036A (or 0x60036A) is known color: Purple. HEX triplet: 60, 03 and 6A. RGB value is (96,3,106). Sum of RGB (Red+Green+Blue) = 96+3+106=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #60036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60036A is #9FFC95. Grayscale: #2A2A2A. Windows color (decimal): -10484886 or 6947680. OLE color: 6947680.
HSL color Cylindrical-coordinate representation of color #60036A: hue angle of 294.17º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60036A is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 3 | 106 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.58 |
| HSL | 294.17º | 0.94% | 0.21% | - |
| HSV(B) | 294.17º | 0.97% | 0.42% | - |
| XYZ | 7.46 | 3.59 | 13.94 | - |
| YUV | 42.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 3 | 106 | 0.09 | 0.97 | 0 | 0.58 | 294.17 | 0.94 | 0.21 |
| Hex | 60 | 3 | 6A | 9 | 61 | 0 | 3A | 126 | 5E | 15 |
| Octal | 140 | 3 | 152 | 11 | 141 | 0 | 72 | 446 | 136 | 25 |
| Binary | 1100000 | 11 | 1101010 | 1001 | 1100001 | 0 | 111010 | 100100110 | 1011110 | 10101 |
Color Harmonies of #60036A
Complementary color
Monochromatic Colors of #60036A
Black with #60036A
Text Example
Text Example
White with #60036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60036A; }
p { color: rgb(96,3,106); }
H1.HeaderClassName
{
color: #60036A;
}
.AnyTagClassName
{
color: #60036A;
}
</style>
background-color css
<style>
a { background-color: #60036A; }
a { background-color: rgb(96,3,106); }
div.DivClassName
{
background-color: #60036A;
}
.BgClassName
{
background-color: #60036A;
}
</style>
border-color css
<style>
span { border-color: #60036A; }
span { border-color: rgb(96,3,106); }
td.TdClassName
{
border-color: #60036A;
}
.TagClassName
{
border-color: #60036A;
}
</style>