Shades of Purple #68037F
Tints of Purple #68037F
RGB
CMYK
RGB Variations
Color information
#68037F (or 0x68037F) is known color: Purple. HEX triplet: 68, 03 and 7F. RGB value is (104,3,127). Sum of RGB (Red+Green+Blue) = 104+3+127=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #68037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68037F is #97FC80. Grayscale: #2E2E2E. Windows color (decimal): -9960577 or 8323944. OLE color: 8323944.
HSL color Cylindrical-coordinate representation of color #68037F: hue angle of 288.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #68037F is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 3 | 127 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.50 |
| HSL | 288.87º | 0.95% | 0.25% | - |
| HSV(B) | 288.87º | 0.98% | 0.5% | - |
| XYZ | 9.57 | 4.54 | 20.45 | - |
| YUV | 47.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 3 | 127 | 0.18 | 0.98 | 0 | 0.50 | 288.87 | 0.95 | 0.25 |
| Hex | 68 | 3 | 7F | 12 | 62 | 0 | 32 | 121 | 5F | 19 |
| Octal | 150 | 3 | 177 | 22 | 142 | 0 | 62 | 441 | 137 | 31 |
| Binary | 1101000 | 11 | 1111111 | 10010 | 1100010 | 0 | 110010 | 100100001 | 1011111 | 11001 |
Color Harmonies of #68037F
Complementary color
Monochromatic Colors of #68037F
Black with #68037F
Text Example
Text Example
White with #68037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68037F; }
p { color: rgb(104,3,127); }
H1.HeaderClassName
{
color: #68037F;
}
.AnyTagClassName
{
color: #68037F;
}
</style>
background-color css
<style>
a { background-color: #68037F; }
a { background-color: rgb(104,3,127); }
div.DivClassName
{
background-color: #68037F;
}
.BgClassName
{
background-color: #68037F;
}
</style>
border-color css
<style>
span { border-color: #68037F; }
span { border-color: rgb(104,3,127); }
td.TdClassName
{
border-color: #68037F;
}
.TagClassName
{
border-color: #68037F;
}
</style>