Shades of Purple #68026F
Tints of Purple #68026F
RGB
CMYK
RGB Variations
Color information
#68026F (or 0x68026F) is known color: Purple. HEX triplet: 68, 02 and 6F. RGB value is (104,2,111). Sum of RGB (Red+Green+Blue) = 104+2+111=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #68026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68026F is #97FD90. Grayscale: #2C2C2C. Windows color (decimal): -9960849 or 7275112. OLE color: 7275112.
HSL color Cylindrical-coordinate representation of color #68026F: hue angle of 296.15º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68026F is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 2 | 111 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.56 |
| HSL | 296.15º | 0.96% | 0.22% | - |
| HSV(B) | 296.15º | 0.98% | 0.44% | - |
| XYZ | 8.6 | 4.13 | 15.38 | - |
| YUV | 44.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 111 | 0.06 | 0.98 | 0 | 0.56 | 296.15 | 0.96 | 0.22 |
| Hex | 68 | 2 | 6F | 6 | 62 | 0 | 38 | 128 | 60 | 16 |
| Octal | 150 | 2 | 157 | 6 | 142 | 0 | 70 | 450 | 140 | 26 |
| Binary | 1101000 | 10 | 1101111 | 110 | 1100010 | 0 | 111000 | 100101000 | 1100000 | 10110 |
Color Harmonies of #68026F
Complementary color
Monochromatic Colors of #68026F
Black with #68026F
Text Example
Text Example
White with #68026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68026F; }
p { color: rgb(104,2,111); }
H1.HeaderClassName
{
color: #68026F;
}
.AnyTagClassName
{
color: #68026F;
}
</style>
background-color css
<style>
a { background-color: #68026F; }
a { background-color: rgb(104,2,111); }
div.DivClassName
{
background-color: #68026F;
}
.BgClassName
{
background-color: #68026F;
}
</style>
border-color css
<style>
span { border-color: #68026F; }
span { border-color: rgb(104,2,111); }
td.TdClassName
{
border-color: #68026F;
}
.TagClassName
{
border-color: #68026F;
}
</style>