Shades of Purple #7C0166
Tints of Purple #7C0166
RGB
CMYK
RGB Variations
Color information
#7C0166 (or 0x7C0166) is known color: Purple. HEX triplet: 7C, 01 and 66. RGB value is (124,1,102). Sum of RGB (Red+Green+Blue) = 124+1+102=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0166 is #83FE99. Grayscale: #313131. Windows color (decimal): -8650394 or 6685052. OLE color: 6685052.
HSL color Cylindrical-coordinate representation of color #7C0166: hue angle of 310.73º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0166 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 102 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.51 |
| HSL | 310.73º | 0.98% | 0.25% | - |
| HSV(B) | 310.73º | 0.99% | 0.49% | - |
| XYZ | 10.72 | 5.27 | 13.02 | - |
| YUV | 49.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 102 | 0 | 0.99 | 0.18 | 0.51 | 310.73 | 0.98 | 0.25 |
| Hex | 7C | 1 | 66 | 0 | 63 | 12 | 33 | 137 | 62 | 19 |
| Octal | 174 | 1 | 146 | 0 | 143 | 22 | 63 | 467 | 142 | 31 |
| Binary | 1111100 | 1 | 1100110 | 0 | 1100011 | 10010 | 110011 | 100110111 | 1100010 | 11001 |
Color Harmonies of #7C0166
Complementary color
Monochromatic Colors of #7C0166
Black with #7C0166
Text Example
Text Example
White with #7C0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0166; }
p { color: rgb(124,1,102); }
H1.HeaderClassName
{
color: #7C0166;
}
.AnyTagClassName
{
color: #7C0166;
}
</style>
background-color css
<style>
a { background-color: #7C0166; }
a { background-color: rgb(124,1,102); }
div.DivClassName
{
background-color: #7C0166;
}
.BgClassName
{
background-color: #7C0166;
}
</style>
border-color css
<style>
span { border-color: #7C0166; }
span { border-color: rgb(124,1,102); }
td.TdClassName
{
border-color: #7C0166;
}
.TagClassName
{
border-color: #7C0166;
}
</style>