Shades of Purple #68026B
Tints of Purple #68026B
RGB
CMYK
RGB Variations
Color information
#68026B (or 0x68026B) is known color: Purple. HEX triplet: 68, 02 and 6B. RGB value is (104,2,107). Sum of RGB (Red+Green+Blue) = 104+2+107=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #68026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68026B is #97FD94. Grayscale: #2C2C2C. Windows color (decimal): -9960853 or 7012968. OLE color: 7012968.
HSL color Cylindrical-coordinate representation of color #68026B: hue angle of 298.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68026B is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 2 | 107 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.58 |
| HSL | 298.29º | 0.96% | 0.21% | - |
| HSV(B) | 298.29º | 0.98% | 0.42% | - |
| XYZ | 8.38 | 4.05 | 14.25 | - |
| YUV | 44.47 | 163.29 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 107 | 0.03 | 0.98 | 0 | 0.58 | 298.29 | 0.96 | 0.21 |
| Hex | 68 | 2 | 6B | 3 | 62 | 0 | 3A | 12A | 60 | 15 |
| Octal | 150 | 2 | 153 | 3 | 142 | 0 | 72 | 452 | 140 | 25 |
| Binary | 1101000 | 10 | 1101011 | 11 | 1100010 | 0 | 111010 | 100101010 | 1100000 | 10101 |
Color Harmonies of #68026B
Complementary color
Monochromatic Colors of #68026B
Black with #68026B
Text Example
Text Example
White with #68026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68026B; }
p { color: rgb(104,2,107); }
H1.HeaderClassName
{
color: #68026B;
}
.AnyTagClassName
{
color: #68026B;
}
</style>
background-color css
<style>
a { background-color: #68026B; }
a { background-color: rgb(104,2,107); }
div.DivClassName
{
background-color: #68026B;
}
.BgClassName
{
background-color: #68026B;
}
</style>
border-color css
<style>
span { border-color: #68026B; }
span { border-color: rgb(104,2,107); }
td.TdClassName
{
border-color: #68026B;
}
.TagClassName
{
border-color: #68026B;
}
</style>