Shades of Purple #760694
Tints of Purple #760694
RGB
CMYK
RGB Variations
Color information
#760694 (or 0x760694) is known color: Purple. HEX triplet: 76, 06 and 94. RGB value is (118,6,148). Sum of RGB (Red+Green+Blue) = 118+6+148=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #760694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760694 is #89F96B. Grayscale: #373737. Windows color (decimal): -9042284 or 9700982. OLE color: 9700982.
HSL color Cylindrical-coordinate representation of color #760694: hue angle of 287.32º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760694 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 6 | 148 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.42 |
| HSL | 287.32º | 0.92% | 0.3% | - |
| HSV(B) | 287.32º | 0.96% | 0.58% | - |
| XYZ | 12.88 | 6.12 | 28.52 | - |
| YUV | 55.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 6 | 148 | 0.20 | 0.96 | 0 | 0.42 | 287.32 | 0.92 | 0.3 |
| Hex | 76 | 6 | 94 | 14 | 60 | 0 | 2A | 11F | 5C | 1E |
| Octal | 166 | 6 | 224 | 24 | 140 | 0 | 52 | 437 | 134 | 36 |
| Binary | 1110110 | 110 | 10010100 | 10100 | 1100000 | 0 | 101010 | 100011111 | 1011100 | 11110 |
Color Harmonies of #760694
Complementary color
Monochromatic Colors of #760694
Black with #760694
Text Example
Text Example
White with #760694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760694; }
p { color: rgb(118,6,148); }
H1.HeaderClassName
{
color: #760694;
}
.AnyTagClassName
{
color: #760694;
}
</style>
background-color css
<style>
a { background-color: #760694; }
a { background-color: rgb(118,6,148); }
div.DivClassName
{
background-color: #760694;
}
.BgClassName
{
background-color: #760694;
}
</style>
border-color css
<style>
span { border-color: #760694; }
span { border-color: rgb(118,6,148); }
td.TdClassName
{
border-color: #760694;
}
.TagClassName
{
border-color: #760694;
}
</style>