Shades of Purple #60026D
Tints of Purple #60026D
RGB
CMYK
RGB Variations
Color information
#60026D (or 0x60026D) is known color: Purple. HEX triplet: 60, 02 and 6D. RGB value is (96,2,109). Sum of RGB (Red+Green+Blue) = 96+2+109=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #60026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60026D is #9FFD92. Grayscale: #292929. Windows color (decimal): -10485139 or 7144032. OLE color: 7144032.
HSL color Cylindrical-coordinate representation of color #60026D: hue angle of 292.71º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60026D is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 2 | 109 | - |
| CMYK | 0.12 | 0.98 | 0 | 0.57 |
| HSL | 292.71º | 0.96% | 0.22% | - |
| HSV(B) | 292.71º | 0.98% | 0.43% | - |
| XYZ | 7.61 | 3.63 | 14.77 | - |
| YUV | 42.3 | 165.64 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 2 | 109 | 0.12 | 0.98 | 0 | 0.57 | 292.71 | 0.96 | 0.22 |
| Hex | 60 | 2 | 6D | C | 62 | 0 | 39 | 125 | 60 | 16 |
| Octal | 140 | 2 | 155 | 14 | 142 | 0 | 71 | 445 | 140 | 26 |
| Binary | 1100000 | 10 | 1101101 | 1100 | 1100010 | 0 | 111001 | 100100101 | 1100000 | 10110 |
Color Harmonies of #60026D
Complementary color
Monochromatic Colors of #60026D
Black with #60026D
Text Example
Text Example
White with #60026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60026D; }
p { color: rgb(96,2,109); }
H1.HeaderClassName
{
color: #60026D;
}
.AnyTagClassName
{
color: #60026D;
}
</style>
background-color css
<style>
a { background-color: #60026D; }
a { background-color: rgb(96,2,109); }
div.DivClassName
{
background-color: #60026D;
}
.BgClassName
{
background-color: #60026D;
}
</style>
border-color css
<style>
span { border-color: #60026D; }
span { border-color: rgb(96,2,109); }
td.TdClassName
{
border-color: #60026D;
}
.TagClassName
{
border-color: #60026D;
}
</style>