Shades of Purple #68127A
Tints of Purple #68127A
RGB
CMYK
RGB Variations
Color information
#68127A (or 0x68127A) is known color: Purple. HEX triplet: 68, 12 and 7A. RGB value is (104,18,122). Sum of RGB (Red+Green+Blue) = 104+18+122=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #68127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68127A is #97ED85. Grayscale: #373737. Windows color (decimal): -9956742 or 8000104. OLE color: 8000104.
HSL color Cylindrical-coordinate representation of color #68127A: hue angle of 289.62º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68127A is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 18 | 122 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.52 |
| HSL | 289.62º | 0.74% | 0.27% | - |
| HSV(B) | 289.62º | 0.85% | 0.48% | - |
| XYZ | 9.44 | 4.78 | 18.84 | - |
| YUV | 55.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 18 | 122 | 0.15 | 0.85 | 0 | 0.52 | 289.62 | 0.74 | 0.27 |
| Hex | 68 | 12 | 7A | F | 55 | 0 | 34 | 122 | 4A | 1B |
| Octal | 150 | 22 | 172 | 17 | 125 | 0 | 64 | 442 | 112 | 33 |
| Binary | 1101000 | 10010 | 1111010 | 1111 | 1010101 | 0 | 110100 | 100100010 | 1001010 | 11011 |
Color Harmonies of #68127A
Complementary color
Monochromatic Colors of #68127A
Black with #68127A
Text Example
Text Example
White with #68127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68127A; }
p { color: rgb(104,18,122); }
H1.HeaderClassName
{
color: #68127A;
}
.AnyTagClassName
{
color: #68127A;
}
</style>
background-color css
<style>
a { background-color: #68127A; }
a { background-color: rgb(104,18,122); }
div.DivClassName
{
background-color: #68127A;
}
.BgClassName
{
background-color: #68127A;
}
</style>
border-color css
<style>
span { border-color: #68127A; }
span { border-color: rgb(104,18,122); }
td.TdClassName
{
border-color: #68127A;
}
.TagClassName
{
border-color: #68127A;
}
</style>