Shades of Purple #7F0068
Tints of Purple #7F0068
RGB
CMYK
RGB Variations
Color information
#7F0068 (or 0x7F0068) is known color: Purple. HEX triplet: 7F, 00 and 68. RGB value is (127,0,104). Sum of RGB (Red+Green+Blue) = 127+0+104=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0068 is #80FF97. Grayscale: #313131. Windows color (decimal): -8454040 or 6815871. OLE color: 6815871.
HSL color Cylindrical-coordinate representation of color #7F0068: hue angle of 310.87º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F0068 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.18 | 0.50 |
| HSL | 310.87º | 1% | 0.25% | - |
| HSV(B) | 310.87º | 1% | 0.5% | - |
| XYZ | 11.25 | 5.51 | 13.57 | - |
| YUV | 49.83 | 158.58 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 0 | 104 | 0 | 1 | 0.18 | 0.50 | 310.87 | 1 | 0.25 |
| Hex | 7F | 0 | 68 | 0 | 64 | 12 | 32 | 137 | 64 | 19 |
| Octal | 177 | 0 | 150 | 0 | 144 | 22 | 62 | 467 | 144 | 31 |
| Binary | 1111111 | 0 | 1101000 | 0 | 1100100 | 10010 | 110010 | 100110111 | 1100100 | 11001 |
Color Harmonies of #7F0068
Complementary color
Monochromatic Colors of #7F0068
Black with #7F0068
Text Example
Text Example
White with #7F0068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0068; }
p { color: rgb(127,0,104); }
H1.HeaderClassName
{
color: #7F0068;
}
.AnyTagClassName
{
color: #7F0068;
}
</style>
background-color css
<style>
a { background-color: #7F0068; }
a { background-color: rgb(127,0,104); }
div.DivClassName
{
background-color: #7F0068;
}
.BgClassName
{
background-color: #7F0068;
}
</style>
border-color css
<style>
span { border-color: #7F0068; }
span { border-color: rgb(127,0,104); }
td.TdClassName
{
border-color: #7F0068;
}
.TagClassName
{
border-color: #7F0068;
}
</style>