Shades of Purple #68027D
Tints of Purple #68027D
RGB
CMYK
RGB Variations
Color information
#68027D (or 0x68027D) is known color: Purple. HEX triplet: 68, 02 and 7D. RGB value is (104,2,125). Sum of RGB (Red+Green+Blue) = 104+2+125=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #68027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68027D is #97FD82. Grayscale: #2E2E2E. Windows color (decimal): -9960835 or 8192616. OLE color: 8192616.
HSL color Cylindrical-coordinate representation of color #68027D: hue angle of 289.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68027D is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 2 | 125 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.51 |
| HSL | 289.76º | 0.97% | 0.25% | - |
| HSV(B) | 289.76º | 0.98% | 0.49% | - |
| XYZ | 9.43 | 4.47 | 19.77 | - |
| YUV | 46.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 125 | 0.17 | 0.98 | 0 | 0.51 | 289.76 | 0.97 | 0.25 |
| Hex | 68 | 2 | 7D | 11 | 62 | 0 | 33 | 122 | 61 | 19 |
| Octal | 150 | 2 | 175 | 21 | 142 | 0 | 63 | 442 | 141 | 31 |
| Binary | 1101000 | 10 | 1111101 | 10001 | 1100010 | 0 | 110011 | 100100010 | 1100001 | 11001 |
Color Harmonies of #68027D
Complementary color
Monochromatic Colors of #68027D
Black with #68027D
Text Example
Text Example
White with #68027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68027D; }
p { color: rgb(104,2,125); }
H1.HeaderClassName
{
color: #68027D;
}
.AnyTagClassName
{
color: #68027D;
}
</style>
background-color css
<style>
a { background-color: #68027D; }
a { background-color: rgb(104,2,125); }
div.DivClassName
{
background-color: #68027D;
}
.BgClassName
{
background-color: #68027D;
}
</style>
border-color css
<style>
span { border-color: #68027D; }
span { border-color: rgb(104,2,125); }
td.TdClassName
{
border-color: #68027D;
}
.TagClassName
{
border-color: #68027D;
}
</style>