Shades of Purple #68016D
Tints of Purple #68016D
RGB
CMYK
RGB Variations
Color information
#68016D (or 0x68016D) is known color: Purple. HEX triplet: 68, 01 and 6D. RGB value is (104,1,109). Sum of RGB (Red+Green+Blue) = 104+1+109=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #68016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68016D is #97FE92. Grayscale: #2B2B2B. Windows color (decimal): -9961107 or 7143784. OLE color: 7143784.
HSL color Cylindrical-coordinate representation of color #68016D: hue angle of 297.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68016D is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 1 | 109 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.57 |
| HSL | 297.22º | 0.98% | 0.22% | - |
| HSV(B) | 297.22º | 0.99% | 0.43% | - |
| XYZ | 8.48 | 4.07 | 14.81 | - |
| YUV | 44.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 109 | 0.05 | 0.99 | 0 | 0.57 | 297.22 | 0.98 | 0.22 |
| Hex | 68 | 1 | 6D | 5 | 63 | 0 | 39 | 129 | 62 | 16 |
| Octal | 150 | 1 | 155 | 5 | 143 | 0 | 71 | 451 | 142 | 26 |
| Binary | 1101000 | 1 | 1101101 | 101 | 1100011 | 0 | 111001 | 100101001 | 1100010 | 10110 |
Color Harmonies of #68016D
Complementary color
Monochromatic Colors of #68016D
Black with #68016D
Text Example
Text Example
White with #68016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68016D; }
p { color: rgb(104,1,109); }
H1.HeaderClassName
{
color: #68016D;
}
.AnyTagClassName
{
color: #68016D;
}
</style>
background-color css
<style>
a { background-color: #68016D; }
a { background-color: rgb(104,1,109); }
div.DivClassName
{
background-color: #68016D;
}
.BgClassName
{
background-color: #68016D;
}
</style>
border-color css
<style>
span { border-color: #68016D; }
span { border-color: rgb(104,1,109); }
td.TdClassName
{
border-color: #68016D;
}
.TagClassName
{
border-color: #68016D;
}
</style>