Shades of Purple #68147F
Tints of Purple #68147F
RGB
CMYK
RGB Variations
Color information
#68147F (or 0x68147F) is known color: Purple. HEX triplet: 68, 14 and 7F. RGB value is (104,20,127). Sum of RGB (Red+Green+Blue) = 104+20+127=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #68147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68147F is #97EB80. Grayscale: #383838. Windows color (decimal): -9956225 or 8328296. OLE color: 8328296.
HSL color Cylindrical-coordinate representation of color #68147F: hue angle of 287.1º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68147F is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 20 | 127 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.50 |
| HSL | 287.1º | 0.73% | 0.29% | - |
| HSV(B) | 287.1º | 0.84% | 0.5% | - |
| XYZ | 9.79 | 4.98 | 20.52 | - |
| YUV | 57.31 | 167.33 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 127 | 0.18 | 0.84 | 0 | 0.50 | 287.1 | 0.73 | 0.29 |
| Hex | 68 | 14 | 7F | 12 | 54 | 0 | 32 | 11F | 49 | 1D |
| Octal | 150 | 24 | 177 | 22 | 124 | 0 | 62 | 437 | 111 | 35 |
| Binary | 1101000 | 10100 | 1111111 | 10010 | 1010100 | 0 | 110010 | 100011111 | 1001001 | 11101 |
Color Harmonies of #68147F
Complementary color
Monochromatic Colors of #68147F
Black with #68147F
Text Example
Text Example
White with #68147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68147F; }
p { color: rgb(104,20,127); }
H1.HeaderClassName
{
color: #68147F;
}
.AnyTagClassName
{
color: #68147F;
}
</style>
background-color css
<style>
a { background-color: #68147F; }
a { background-color: rgb(104,20,127); }
div.DivClassName
{
background-color: #68147F;
}
.BgClassName
{
background-color: #68147F;
}
</style>
border-color css
<style>
span { border-color: #68147F; }
span { border-color: rgb(104,20,127); }
td.TdClassName
{
border-color: #68147F;
}
.TagClassName
{
border-color: #68147F;
}
</style>