Shades of Dark Purple #762279
Tints of Dark Purple #762279
RGB
CMYK
RGB Variations
Color information
#762279 (or 0x762279) is known color: Dark Purple. HEX triplet: 76, 22 and 79. RGB value is (118,34,121). Sum of RGB (Red+Green+Blue) = 118+34+121=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #762279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762279 is #89DD86. Grayscale: #444444. Windows color (decimal): -9035143 or 7938678. OLE color: 7938678.
HSL color Cylindrical-coordinate representation of color #762279: hue angle of 297.93º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762279 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 34 | 121 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.53 |
| HSL | 297.93º | 0.56% | 0.3% | - |
| HSV(B) | 297.93º | 0.72% | 0.47% | - |
| XYZ | 11.49 | 6.38 | 18.71 | - |
| YUV | 69.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 121 | 0.02 | 0.72 | 0 | 0.53 | 297.93 | 0.56 | 0.3 |
| Hex | 76 | 22 | 79 | 2 | 48 | 0 | 35 | 12A | 38 | 1E |
| Octal | 166 | 42 | 171 | 2 | 110 | 0 | 65 | 452 | 70 | 36 |
| Binary | 1110110 | 100010 | 1111001 | 10 | 1001000 | 0 | 110101 | 100101010 | 111000 | 11110 |
Color Harmonies of #762279
Complementary color
Monochromatic Colors of #762279
Black with #762279
Text Example
Text Example
White with #762279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762279; }
p { color: rgb(118,34,121); }
H1.HeaderClassName
{
color: #762279;
}
.AnyTagClassName
{
color: #762279;
}
</style>
background-color css
<style>
a { background-color: #762279; }
a { background-color: rgb(118,34,121); }
div.DivClassName
{
background-color: #762279;
}
.BgClassName
{
background-color: #762279;
}
</style>
border-color css
<style>
span { border-color: #762279; }
span { border-color: rgb(118,34,121); }
td.TdClassName
{
border-color: #762279;
}
.TagClassName
{
border-color: #762279;
}
</style>