Shades of Purple #68006E
Tints of Purple #68006E
RGB
CMYK
RGB Variations
Color information
#68006E (or 0x68006E) is known color: Purple. HEX triplet: 68, 00 and 6E. RGB value is (104,0,110). Sum of RGB (Red+Green+Blue) = 104+0+110=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #68006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68006E is #97FF91. Grayscale: #2B2B2B. Windows color (decimal): -9961362 or 7209064. OLE color: 7209064.
HSL color Cylindrical-coordinate representation of color #68006E: hue angle of 296.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68006E is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 0 | 110 | - |
| CMYK | 0.05 | 1 | 0 | 0.57 |
| HSL | 296.73º | 1% | 0.22% | - |
| HSV(B) | 296.73º | 1% | 0.43% | - |
| XYZ | 8.52 | 4.07 | 15.09 | - |
| YUV | 43.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 0 | 110 | 0.05 | 1 | 0 | 0.57 | 296.73 | 1 | 0.22 |
| Hex | 68 | 0 | 6E | 5 | 64 | 0 | 39 | 129 | 64 | 16 |
| Octal | 150 | 0 | 156 | 5 | 144 | 0 | 71 | 451 | 144 | 26 |
| Binary | 1101000 | 0 | 1101110 | 101 | 1100100 | 0 | 111001 | 100101001 | 1100100 | 10110 |
Color Harmonies of #68006E
Complementary color
Monochromatic Colors of #68006E
Black with #68006E
Text Example
Text Example
White with #68006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68006E; }
p { color: rgb(104,0,110); }
H1.HeaderClassName
{
color: #68006E;
}
.AnyTagClassName
{
color: #68006E;
}
</style>
background-color css
<style>
a { background-color: #68006E; }
a { background-color: rgb(104,0,110); }
div.DivClassName
{
background-color: #68006E;
}
.BgClassName
{
background-color: #68006E;
}
</style>
border-color css
<style>
span { border-color: #68006E; }
span { border-color: rgb(104,0,110); }
td.TdClassName
{
border-color: #68006E;
}
.TagClassName
{
border-color: #68006E;
}
</style>