Shades of Purple #68027C
Tints of Purple #68027C
RGB
CMYK
RGB Variations
Color information
#68027C (or 0x68027C) is known color: Purple. HEX triplet: 68, 02 and 7C. RGB value is (104,2,124). Sum of RGB (Red+Green+Blue) = 104+2+124=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #68027C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68027C is #97FD83. Grayscale: #2E2E2E. Windows color (decimal): -9960836 or 8127080. OLE color: 8127080.
HSL color Cylindrical-coordinate representation of color #68027C: hue angle of 290.16º 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 #68027C is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 2 | 124 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.51 |
| HSL | 290.16º | 0.97% | 0.25% | - |
| HSV(B) | 290.16º | 0.98% | 0.49% | - |
| XYZ | 9.37 | 4.44 | 19.43 | - |
| YUV | 46.41 | 171.79 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 2 | 124 | 0.16 | 0.98 | 0 | 0.51 | 290.16 | 0.97 | 0.25 |
| Hex | 68 | 2 | 7C | 10 | 62 | 0 | 33 | 122 | 61 | 19 |
| Octal | 150 | 2 | 174 | 20 | 142 | 0 | 63 | 442 | 141 | 31 |
| Binary | 1101000 | 10 | 1111100 | 10000 | 1100010 | 0 | 110011 | 100100010 | 1100001 | 11001 |
Color Harmonies of #68027C
Complementary color
Monochromatic Colors of #68027C
Black with #68027C
Text Example
Text Example
White with #68027C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68027C; }
p { color: rgb(104,2,124); }
H1.HeaderClassName
{
color: #68027C;
}
.AnyTagClassName
{
color: #68027C;
}
</style>
background-color css
<style>
a { background-color: #68027C; }
a { background-color: rgb(104,2,124); }
div.DivClassName
{
background-color: #68027C;
}
.BgClassName
{
background-color: #68027C;
}
</style>
border-color css
<style>
span { border-color: #68027C; }
span { border-color: rgb(104,2,124); }
td.TdClassName
{
border-color: #68027C;
}
.TagClassName
{
border-color: #68027C;
}
</style>