Shades of Purple #7C0168
Tints of Purple #7C0168
RGB
CMYK
RGB Variations
Color information
#7C0168 (or 0x7C0168) is known color: Purple. HEX triplet: 7C, 01 and 68. RGB value is (124,1,104). Sum of RGB (Red+Green+Blue) = 124+1+104=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0168 is #83FE97. Grayscale: #313131. Windows color (decimal): -8650392 or 6816124. OLE color: 6816124.
HSL color Cylindrical-coordinate representation of color #7C0168: hue angle of 309.76º 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 #7C0168 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.51 |
| HSL | 309.76º | 0.98% | 0.25% | - |
| HSV(B) | 309.76º | 0.99% | 0.49% | - |
| XYZ | 10.82 | 5.31 | 13.55 | - |
| YUV | 49.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 104 | 0 | 0.99 | 0.16 | 0.51 | 309.76 | 0.98 | 0.25 |
| Hex | 7C | 1 | 68 | 0 | 63 | 10 | 33 | 136 | 62 | 19 |
| Octal | 174 | 1 | 150 | 0 | 143 | 20 | 63 | 466 | 142 | 31 |
| Binary | 1111100 | 1 | 1101000 | 0 | 1100011 | 10000 | 110011 | 100110110 | 1100010 | 11001 |
Color Harmonies of #7C0168
Complementary color
Monochromatic Colors of #7C0168
Black with #7C0168
Text Example
Text Example
White with #7C0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0168; }
p { color: rgb(124,1,104); }
H1.HeaderClassName
{
color: #7C0168;
}
.AnyTagClassName
{
color: #7C0168;
}
</style>
background-color css
<style>
a { background-color: #7C0168; }
a { background-color: rgb(124,1,104); }
div.DivClassName
{
background-color: #7C0168;
}
.BgClassName
{
background-color: #7C0168;
}
</style>
border-color css
<style>
span { border-color: #7C0168; }
span { border-color: rgb(124,1,104); }
td.TdClassName
{
border-color: #7C0168;
}
.TagClassName
{
border-color: #7C0168;
}
</style>