Shades of Purple #68017F
Tints of Purple #68017F
RGB
CMYK
RGB Variations
Color information
#68017F (or 0x68017F) is known color: Purple. HEX triplet: 68, 01 and 7F. RGB value is (104,1,127). Sum of RGB (Red+Green+Blue) = 104+1+127=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #68017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68017F is #97FE80. Grayscale: #2D2D2D. Windows color (decimal): -9961089 or 8323432. OLE color: 8323432.
HSL color Cylindrical-coordinate representation of color #68017F: hue angle of 289.05º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68017F is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 1 | 127 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.50 |
| HSL | 289.05º | 0.98% | 0.25% | - |
| HSV(B) | 289.05º | 0.99% | 0.5% | - |
| XYZ | 9.55 | 4.5 | 20.44 | - |
| YUV | 46.16 | 173.62 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 1 | 127 | 0.18 | 0.99 | 0 | 0.50 | 289.05 | 0.98 | 0.25 |
| Hex | 68 | 1 | 7F | 12 | 63 | 0 | 32 | 121 | 62 | 19 |
| Octal | 150 | 1 | 177 | 22 | 143 | 0 | 62 | 441 | 142 | 31 |
| Binary | 1101000 | 1 | 1111111 | 10010 | 1100011 | 0 | 110010 | 100100001 | 1100010 | 11001 |
Color Harmonies of #68017F
Complementary color
Monochromatic Colors of #68017F
Black with #68017F
Text Example
Text Example
White with #68017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68017F; }
p { color: rgb(104,1,127); }
H1.HeaderClassName
{
color: #68017F;
}
.AnyTagClassName
{
color: #68017F;
}
</style>
background-color css
<style>
a { background-color: #68017F; }
a { background-color: rgb(104,1,127); }
div.DivClassName
{
background-color: #68017F;
}
.BgClassName
{
background-color: #68017F;
}
</style>
border-color css
<style>
span { border-color: #68017F; }
span { border-color: rgb(104,1,127); }
td.TdClassName
{
border-color: #68017F;
}
.TagClassName
{
border-color: #68017F;
}
</style>