Shades of Purple #68047C
Tints of Purple #68047C
RGB
CMYK
RGB Variations
Color information
#68047C (or 0x68047C) is known color: Purple. HEX triplet: 68, 04 and 7C. RGB value is (104,4,124). Sum of RGB (Red+Green+Blue) = 104+4+124=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #68047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68047C is #97FB83. Grayscale: #2F2F2F. Windows color (decimal): -9960324 or 8127592. OLE color: 8127592.
HSL color Cylindrical-coordinate representation of color #68047C: hue angle of 290º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68047C is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 4 | 124 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.51 |
| HSL | 290º | 0.94% | 0.25% | - |
| HSV(B) | 290º | 0.97% | 0.49% | - |
| XYZ | 9.39 | 4.49 | 19.44 | - |
| YUV | 47.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 4 | 124 | 0.16 | 0.97 | 0 | 0.51 | 290 | 0.94 | 0.25 |
| Hex | 68 | 4 | 7C | 10 | 61 | 0 | 33 | 122 | 5E | 19 |
| Octal | 150 | 4 | 174 | 20 | 141 | 0 | 63 | 442 | 136 | 31 |
| Binary | 1101000 | 100 | 1111100 | 10000 | 1100001 | 0 | 110011 | 100100010 | 1011110 | 11001 |
Color Harmonies of #68047C
Complementary color
Monochromatic Colors of #68047C
Black with #68047C
Text Example
Text Example
White with #68047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68047C; }
p { color: rgb(104,4,124); }
H1.HeaderClassName
{
color: #68047C;
}
.AnyTagClassName
{
color: #68047C;
}
</style>
background-color css
<style>
a { background-color: #68047C; }
a { background-color: rgb(104,4,124); }
div.DivClassName
{
background-color: #68047C;
}
.BgClassName
{
background-color: #68047C;
}
</style>
border-color css
<style>
span { border-color: #68047C; }
span { border-color: rgb(104,4,124); }
td.TdClassName
{
border-color: #68047C;
}
.TagClassName
{
border-color: #68047C;
}
</style>