Shades of Purple #760870
Tints of Purple #760870
RGB
CMYK
RGB Variations
Color information
#760870 (or 0x760870) is known color: Purple. HEX triplet: 76, 08 and 70. RGB value is (118,8,112). Sum of RGB (Red+Green+Blue) = 118+8+112=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #760870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760870 is #89F78F. Grayscale: #343434. Windows color (decimal): -9041808 or 7342198. OLE color: 7342198.
HSL color Cylindrical-coordinate representation of color #760870: hue angle of 303.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760870 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 112 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.54 |
| HSL | 303.27º | 0.87% | 0.25% | - |
| HSV(B) | 303.27º | 0.93% | 0.46% | - |
| XYZ | 10.48 | 5.2 | 15.78 | - |
| YUV | 52.75 | 161.44 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 112 | 0 | 0.93 | 0.05 | 0.54 | 303.27 | 0.87 | 0.25 |
| Hex | 76 | 8 | 70 | 0 | 5D | 5 | 36 | 12F | 57 | 19 |
| Octal | 166 | 10 | 160 | 0 | 135 | 5 | 66 | 457 | 127 | 31 |
| Binary | 1110110 | 1000 | 1110000 | 0 | 1011101 | 101 | 110110 | 100101111 | 1010111 | 11001 |
Color Harmonies of #760870
Complementary color
Monochromatic Colors of #760870
Black with #760870
Text Example
Text Example
White with #760870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760870; }
p { color: rgb(118,8,112); }
H1.HeaderClassName
{
color: #760870;
}
.AnyTagClassName
{
color: #760870;
}
</style>
background-color css
<style>
a { background-color: #760870; }
a { background-color: rgb(118,8,112); }
div.DivClassName
{
background-color: #760870;
}
.BgClassName
{
background-color: #760870;
}
</style>
border-color css
<style>
span { border-color: #760870; }
span { border-color: rgb(118,8,112); }
td.TdClassName
{
border-color: #760870;
}
.TagClassName
{
border-color: #760870;
}
</style>