Shades of Purple #760180
Tints of Purple #760180
RGB
CMYK
RGB Variations
Color information
#760180 (or 0x760180) is known color: Purple. HEX triplet: 76, 01 and 80. RGB value is (118,1,128). Sum of RGB (Red+Green+Blue) = 118+1+128=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #760180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760180 is #89FE7F. Grayscale: #323232. Windows color (decimal): -9043584 or 8388982. OLE color: 8388982.
HSL color Cylindrical-coordinate representation of color #760180: hue angle of 295.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760180 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 1 | 128 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.50 |
| HSL | 295.28º | 0.98% | 0.25% | - |
| HSV(B) | 295.28º | 0.99% | 0.5% | - |
| XYZ | 11.38 | 5.43 | 20.87 | - |
| YUV | 50.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 128 | 0.08 | 0.99 | 0 | 0.50 | 295.28 | 0.98 | 0.25 |
| Hex | 76 | 1 | 80 | 8 | 63 | 0 | 32 | 127 | 62 | 19 |
| Octal | 166 | 1 | 200 | 10 | 143 | 0 | 62 | 447 | 142 | 31 |
| Binary | 1110110 | 1 | 10000000 | 1000 | 1100011 | 0 | 110010 | 100100111 | 1100010 | 11001 |
Color Harmonies of #760180
Complementary color
Monochromatic Colors of #760180
Black with #760180
Text Example
Text Example
White with #760180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760180; }
p { color: rgb(118,1,128); }
H1.HeaderClassName
{
color: #760180;
}
.AnyTagClassName
{
color: #760180;
}
</style>
background-color css
<style>
a { background-color: #760180; }
a { background-color: rgb(118,1,128); }
div.DivClassName
{
background-color: #760180;
}
.BgClassName
{
background-color: #760180;
}
</style>
border-color css
<style>
span { border-color: #760180; }
span { border-color: rgb(118,1,128); }
td.TdClassName
{
border-color: #760180;
}
.TagClassName
{
border-color: #760180;
}
</style>