Shades of Purple #760169
Tints of Purple #760169
RGB
CMYK
RGB Variations
Color information
#760169 (or 0x760169) is known color: Purple. HEX triplet: 76, 01 and 69. RGB value is (118,1,105). Sum of RGB (Red+Green+Blue) = 118+1+105=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #760169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760169 is #89FE96. Grayscale: #2F2F2F. Windows color (decimal): -9043607 or 6881654. OLE color: 6881654.
HSL color Cylindrical-coordinate representation of color #760169: hue angle of 306.67º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760169 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.54 |
| HSL | 306.67º | 0.98% | 0.23% | - |
| HSV(B) | 306.67º | 0.99% | 0.46% | - |
| XYZ | 10.03 | 4.89 | 13.78 | - |
| YUV | 47.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 105 | 0 | 0.99 | 0.11 | 0.54 | 306.67 | 0.98 | 0.23 |
| Hex | 76 | 1 | 69 | 0 | 63 | B | 36 | 133 | 62 | 17 |
| Octal | 166 | 1 | 151 | 0 | 143 | 13 | 66 | 463 | 142 | 27 |
| Binary | 1110110 | 1 | 1101001 | 0 | 1100011 | 1011 | 110110 | 100110011 | 1100010 | 10111 |
Color Harmonies of #760169
Complementary color
Monochromatic Colors of #760169
Black with #760169
Text Example
Text Example
White with #760169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760169; }
p { color: rgb(118,1,105); }
H1.HeaderClassName
{
color: #760169;
}
.AnyTagClassName
{
color: #760169;
}
</style>
background-color css
<style>
a { background-color: #760169; }
a { background-color: rgb(118,1,105); }
div.DivClassName
{
background-color: #760169;
}
.BgClassName
{
background-color: #760169;
}
</style>
border-color css
<style>
span { border-color: #760169; }
span { border-color: rgb(118,1,105); }
td.TdClassName
{
border-color: #760169;
}
.TagClassName
{
border-color: #760169;
}
</style>