Shades of Purple #68137F
Tints of Purple #68137F
RGB
CMYK
RGB Variations
Color information
#68137F (or 0x68137F) is known color: Purple. HEX triplet: 68, 13 and 7F. RGB value is (104,19,127). Sum of RGB (Red+Green+Blue) = 104+19+127=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #68137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68137F is #97EC80. Grayscale: #383838. Windows color (decimal): -9956481 or 8328040. OLE color: 8328040.
HSL color Cylindrical-coordinate representation of color #68137F: hue angle of 287.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68137F is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 19 | 127 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.50 |
| HSL | 287.22º | 0.74% | 0.29% | - |
| HSV(B) | 287.22º | 0.85% | 0.5% | - |
| XYZ | 9.77 | 4.94 | 20.52 | - |
| YUV | 56.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 19 | 127 | 0.18 | 0.85 | 0 | 0.50 | 287.22 | 0.74 | 0.29 |
| Hex | 68 | 13 | 7F | 12 | 55 | 0 | 32 | 11F | 4A | 1D |
| Octal | 150 | 23 | 177 | 22 | 125 | 0 | 62 | 437 | 112 | 35 |
| Binary | 1101000 | 10011 | 1111111 | 10010 | 1010101 | 0 | 110010 | 100011111 | 1001010 | 11101 |
Color Harmonies of #68137F
Complementary color
Monochromatic Colors of #68137F
Black with #68137F
Text Example
Text Example
White with #68137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68137F; }
p { color: rgb(104,19,127); }
H1.HeaderClassName
{
color: #68137F;
}
.AnyTagClassName
{
color: #68137F;
}
</style>
background-color css
<style>
a { background-color: #68137F; }
a { background-color: rgb(104,19,127); }
div.DivClassName
{
background-color: #68137F;
}
.BgClassName
{
background-color: #68137F;
}
</style>
border-color css
<style>
span { border-color: #68137F; }
span { border-color: rgb(104,19,127); }
td.TdClassName
{
border-color: #68137F;
}
.TagClassName
{
border-color: #68137F;
}
</style>