Shades of Purple #68037E
Tints of Purple #68037E
RGB
CMYK
RGB Variations
Color information
#68037E (or 0x68037E) is known color: Purple. HEX triplet: 68, 03 and 7E. RGB value is (104,3,126). Sum of RGB (Red+Green+Blue) = 104+3+126=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 126 (49.61% from 255 or 54.08% from 233); Max value from RGB is 126 - color contains mainly: blue. Hex color #68037E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68037E is #97FC81. Grayscale: #2E2E2E. Windows color (decimal): -9960578 or 8258408. OLE color: 8258408.
HSL color Cylindrical-coordinate representation of color #68037E: hue angle of 289.27º degrees, saturation: 0.95, 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 #68037E is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 3 | 126 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.51 |
| HSL | 289.27º | 0.95% | 0.25% | - |
| HSV(B) | 289.27º | 0.98% | 0.49% | - |
| XYZ | 9.51 | 4.51 | 20.11 | - |
| YUV | 47.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 126 | 0.17 | 0.98 | 0 | 0.51 | 289.27 | 0.95 | 0.25 |
| Hex | 68 | 3 | 7E | 11 | 62 | 0 | 33 | 121 | 5F | 19 |
| Octal | 150 | 3 | 176 | 21 | 142 | 0 | 63 | 441 | 137 | 31 |
| Binary | 1101000 | 11 | 1111110 | 10001 | 1100010 | 0 | 110011 | 100100001 | 1011111 | 11001 |
Color Harmonies of #68037E
Complementary color
Monochromatic Colors of #68037E
Black with #68037E
Text Example
Text Example
White with #68037E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68037E; }
p { color: rgb(104,3,126); }
H1.HeaderClassName
{
color: #68037E;
}
.AnyTagClassName
{
color: #68037E;
}
</style>
background-color css
<style>
a { background-color: #68037E; }
a { background-color: rgb(104,3,126); }
div.DivClassName
{
background-color: #68037E;
}
.BgClassName
{
background-color: #68037E;
}
</style>
border-color css
<style>
span { border-color: #68037E; }
span { border-color: rgb(104,3,126); }
td.TdClassName
{
border-color: #68037E;
}
.TagClassName
{
border-color: #68037E;
}
</style>