Shades of Purple #68026C
Tints of Purple #68026C
RGB
CMYK
RGB Variations
Color information
#68026C (or 0x68026C) is known color: Purple. HEX triplet: 68, 02 and 6C. RGB value is (104,2,108). Sum of RGB (Red+Green+Blue) = 104+2+108=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #68026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68026C is #97FD93. Grayscale: #2C2C2C. Windows color (decimal): -9960852 or 7078504. OLE color: 7078504.
HSL color Cylindrical-coordinate representation of color #68026C: hue angle of 297.74º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68026C is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 2 | 108 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.58 |
| HSL | 297.74º | 0.96% | 0.22% | - |
| HSV(B) | 297.74º | 0.98% | 0.42% | - |
| XYZ | 8.44 | 4.07 | 14.53 | - |
| YUV | 44.58 | 163.79 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 108 | 0.04 | 0.98 | 0 | 0.58 | 297.74 | 0.96 | 0.22 |
| Hex | 68 | 2 | 6C | 4 | 62 | 0 | 3A | 12A | 60 | 16 |
| Octal | 150 | 2 | 154 | 4 | 142 | 0 | 72 | 452 | 140 | 26 |
| Binary | 1101000 | 10 | 1101100 | 100 | 1100010 | 0 | 111010 | 100101010 | 1100000 | 10110 |
Color Harmonies of #68026C
Complementary color
Monochromatic Colors of #68026C
Black with #68026C
Text Example
Text Example
White with #68026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68026C; }
p { color: rgb(104,2,108); }
H1.HeaderClassName
{
color: #68026C;
}
.AnyTagClassName
{
color: #68026C;
}
</style>
background-color css
<style>
a { background-color: #68026C; }
a { background-color: rgb(104,2,108); }
div.DivClassName
{
background-color: #68026C;
}
.BgClassName
{
background-color: #68026C;
}
</style>
border-color css
<style>
span { border-color: #68026C; }
span { border-color: rgb(104,2,108); }
td.TdClassName
{
border-color: #68026C;
}
.TagClassName
{
border-color: #68026C;
}
</style>