Shades of Purple #60026A
Tints of Purple #60026A
RGB
CMYK
RGB Variations
Color information
#60026A (or 0x60026A) is known color: Purple. HEX triplet: 60, 02 and 6A. RGB value is (96,2,106). Sum of RGB (Red+Green+Blue) = 96+2+106=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 106 (41.80% from 255 or 51.96% from 204); Max value from RGB is 106 - color contains mainly: blue. Hex color #60026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60026A is #9FFD95. Grayscale: #292929. Windows color (decimal): -10485142 or 6947424. OLE color: 6947424.
HSL color Cylindrical-coordinate representation of color #60026A: hue angle of 294.23º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60026A is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 2 | 106 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.58 |
| HSL | 294.23º | 0.96% | 0.21% | - |
| HSV(B) | 294.23º | 0.98% | 0.42% | - |
| XYZ | 7.45 | 3.57 | 13.93 | - |
| YUV | 41.96 | 164.14 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 106 | 0.09 | 0.98 | 0 | 0.58 | 294.23 | 0.96 | 0.21 |
| Hex | 60 | 2 | 6A | 9 | 62 | 0 | 3A | 126 | 60 | 15 |
| Octal | 140 | 2 | 152 | 11 | 142 | 0 | 72 | 446 | 140 | 25 |
| Binary | 1100000 | 10 | 1101010 | 1001 | 1100010 | 0 | 111010 | 100100110 | 1100000 | 10101 |
Color Harmonies of #60026A
Complementary color
Monochromatic Colors of #60026A
Black with #60026A
Text Example
Text Example
White with #60026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60026A; }
p { color: rgb(96,2,106); }
H1.HeaderClassName
{
color: #60026A;
}
.AnyTagClassName
{
color: #60026A;
}
</style>
background-color css
<style>
a { background-color: #60026A; }
a { background-color: rgb(96,2,106); }
div.DivClassName
{
background-color: #60026A;
}
.BgClassName
{
background-color: #60026A;
}
</style>
border-color css
<style>
span { border-color: #60026A; }
span { border-color: rgb(96,2,106); }
td.TdClassName
{
border-color: #60026A;
}
.TagClassName
{
border-color: #60026A;
}
</style>