Shades of Purple #760168
Tints of Purple #760168
RGB
CMYK
RGB Variations
Color information
#760168 (or 0x760168) is known color: Purple. HEX triplet: 76, 01 and 68. RGB value is (118,1,104). Sum of RGB (Red+Green+Blue) = 118+1+104=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #760168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760168 is #89FE97. Grayscale: #2F2F2F. Windows color (decimal): -9043608 or 6816118. OLE color: 6816118.
HSL color Cylindrical-coordinate representation of color #760168: hue angle of 307.18º 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 #760168 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.54 |
| HSL | 307.18º | 0.98% | 0.23% | - |
| HSV(B) | 307.18º | 0.99% | 0.46% | - |
| XYZ | 9.98 | 4.87 | 13.51 | - |
| YUV | 47.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 104 | 0 | 0.99 | 0.12 | 0.54 | 307.18 | 0.98 | 0.23 |
| Hex | 76 | 1 | 68 | 0 | 63 | C | 36 | 133 | 62 | 17 |
| Octal | 166 | 1 | 150 | 0 | 143 | 14 | 66 | 463 | 142 | 27 |
| Binary | 1110110 | 1 | 1101000 | 0 | 1100011 | 1100 | 110110 | 100110011 | 1100010 | 10111 |
Color Harmonies of #760168
Complementary color
Monochromatic Colors of #760168
Black with #760168
Text Example
Text Example
White with #760168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760168; }
p { color: rgb(118,1,104); }
H1.HeaderClassName
{
color: #760168;
}
.AnyTagClassName
{
color: #760168;
}
</style>
background-color css
<style>
a { background-color: #760168; }
a { background-color: rgb(118,1,104); }
div.DivClassName
{
background-color: #760168;
}
.BgClassName
{
background-color: #760168;
}
</style>
border-color css
<style>
span { border-color: #760168; }
span { border-color: rgb(118,1,104); }
td.TdClassName
{
border-color: #760168;
}
.TagClassName
{
border-color: #760168;
}
</style>