Shades of Purple #68017D
Tints of Purple #68017D
RGB
CMYK
RGB Variations
Color information
#68017D (or 0x68017D) is known color: Purple. HEX triplet: 68, 01 and 7D. RGB value is (104,1,125). Sum of RGB (Red+Green+Blue) = 104+1+125=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #68017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68017D is #97FE82. Grayscale: #2D2D2D. Windows color (decimal): -9961091 or 8192360. OLE color: 8192360.
HSL color Cylindrical-coordinate representation of color #68017D: hue angle of 289.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68017D is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 1 | 125 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.51 |
| HSL | 289.84º | 0.98% | 0.25% | - |
| HSV(B) | 289.84º | 0.99% | 0.49% | - |
| XYZ | 9.42 | 4.45 | 19.76 | - |
| YUV | 45.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 125 | 0.17 | 0.99 | 0 | 0.51 | 289.84 | 0.98 | 0.25 |
| Hex | 68 | 1 | 7D | 11 | 63 | 0 | 33 | 122 | 62 | 19 |
| Octal | 150 | 1 | 175 | 21 | 143 | 0 | 63 | 442 | 142 | 31 |
| Binary | 1101000 | 1 | 1111101 | 10001 | 1100011 | 0 | 110011 | 100100010 | 1100010 | 11001 |
Color Harmonies of #68017D
Complementary color
Monochromatic Colors of #68017D
Black with #68017D
Text Example
Text Example
White with #68017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68017D; }
p { color: rgb(104,1,125); }
H1.HeaderClassName
{
color: #68017D;
}
.AnyTagClassName
{
color: #68017D;
}
</style>
background-color css
<style>
a { background-color: #68017D; }
a { background-color: rgb(104,1,125); }
div.DivClassName
{
background-color: #68017D;
}
.BgClassName
{
background-color: #68017D;
}
</style>
border-color css
<style>
span { border-color: #68017D; }
span { border-color: rgb(104,1,125); }
td.TdClassName
{
border-color: #68017D;
}
.TagClassName
{
border-color: #68017D;
}
</style>