Shades of Purple #760964
Tints of Purple #760964
RGB
CMYK
RGB Variations
Color information
#760964 (or 0x760964) is known color: Purple. HEX triplet: 76, 09 and 64. RGB value is (118,9,100). Sum of RGB (Red+Green+Blue) = 118+9+100=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #760964 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760964 is #89F69B. Grayscale: #333333. Windows color (decimal): -9041564 or 6556022. OLE color: 6556022.
HSL color Cylindrical-coordinate representation of color #760964: hue angle of 309.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760964 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 100 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.54 |
| HSL | 309.91º | 0.86% | 0.25% | - |
| HSV(B) | 309.91º | 0.92% | 0.46% | - |
| XYZ | 9.87 | 4.97 | 12.5 | - |
| YUV | 51.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 100 | 0 | 0.92 | 0.15 | 0.54 | 309.91 | 0.86 | 0.25 |
| Hex | 76 | 9 | 64 | 0 | 5C | F | 36 | 136 | 56 | 19 |
| Octal | 166 | 11 | 144 | 0 | 134 | 17 | 66 | 466 | 126 | 31 |
| Binary | 1110110 | 1001 | 1100100 | 0 | 1011100 | 1111 | 110110 | 100110110 | 1010110 | 11001 |
Color Harmonies of #760964
Complementary color
Monochromatic Colors of #760964
Black with #760964
Text Example
Text Example
White with #760964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760964; }
p { color: rgb(118,9,100); }
H1.HeaderClassName
{
color: #760964;
}
.AnyTagClassName
{
color: #760964;
}
</style>
background-color css
<style>
a { background-color: #760964; }
a { background-color: rgb(118,9,100); }
div.DivClassName
{
background-color: #760964;
}
.BgClassName
{
background-color: #760964;
}
</style>
border-color css
<style>
span { border-color: #760964; }
span { border-color: rgb(118,9,100); }
td.TdClassName
{
border-color: #760964;
}
.TagClassName
{
border-color: #760964;
}
</style>