Shades of Purple #7C0169
Tints of Purple #7C0169
RGB
CMYK
RGB Variations
Color information
#7C0169 (or 0x7C0169) is known color: Purple. HEX triplet: 7C, 01 and 69. RGB value is (124,1,105). Sum of RGB (Red+Green+Blue) = 124+1+105=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0169 is #83FE96. Grayscale: #313131. Windows color (decimal): -8650391 or 6881660. OLE color: 6881660.
HSL color Cylindrical-coordinate representation of color #7C0169: hue angle of 309.27º 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 #7C0169 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.51 |
| HSL | 309.27º | 0.98% | 0.25% | - |
| HSV(B) | 309.27º | 0.99% | 0.49% | - |
| XYZ | 10.87 | 5.33 | 13.82 | - |
| YUV | 49.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 105 | 0 | 0.99 | 0.15 | 0.51 | 309.27 | 0.98 | 0.25 |
| Hex | 7C | 1 | 69 | 0 | 63 | F | 33 | 135 | 62 | 19 |
| Octal | 174 | 1 | 151 | 0 | 143 | 17 | 63 | 465 | 142 | 31 |
| Binary | 1111100 | 1 | 1101001 | 0 | 1100011 | 1111 | 110011 | 100110101 | 1100010 | 11001 |
Color Harmonies of #7C0169
Complementary color
Monochromatic Colors of #7C0169
Black with #7C0169
Text Example
Text Example
White with #7C0169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0169; }
p { color: rgb(124,1,105); }
H1.HeaderClassName
{
color: #7C0169;
}
.AnyTagClassName
{
color: #7C0169;
}
</style>
background-color css
<style>
a { background-color: #7C0169; }
a { background-color: rgb(124,1,105); }
div.DivClassName
{
background-color: #7C0169;
}
.BgClassName
{
background-color: #7C0169;
}
</style>
border-color css
<style>
span { border-color: #7C0169; }
span { border-color: rgb(124,1,105); }
td.TdClassName
{
border-color: #7C0169;
}
.TagClassName
{
border-color: #7C0169;
}
</style>