Shades of Dark Purple #762275
Tints of Dark Purple #762275
RGB
CMYK
RGB Variations
Color information
#762275 (or 0x762275) is known color: Dark Purple. HEX triplet: 76, 22 and 75. RGB value is (118,34,117). Sum of RGB (Red+Green+Blue) = 118+34+117=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #762275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762275 is #89DD8A. Grayscale: #444444. Windows color (decimal): -9035147 or 7676534. OLE color: 7676534.
HSL color Cylindrical-coordinate representation of color #762275: hue angle of 300.71º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762275 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 117 | - |
| CMYK | 0 | 0.71 | 0.01 | 0.54 |
| HSL | 300.71º | 0.55% | 0.3% | - |
| HSV(B) | 300.71º | 0.71% | 0.46% | - |
| XYZ | 11.25 | 6.28 | 17.45 | - |
| YUV | 68.58 | 155.33 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 117 | 0 | 0.71 | 0.01 | 0.54 | 300.71 | 0.55 | 0.3 |
| Hex | 76 | 22 | 75 | 0 | 47 | 1 | 36 | 12D | 37 | 1E |
| Octal | 166 | 42 | 165 | 0 | 107 | 1 | 66 | 455 | 67 | 36 |
| Binary | 1110110 | 100010 | 1110101 | 0 | 1000111 | 1 | 110110 | 100101101 | 110111 | 11110 |
Color Harmonies of #762275
Complementary color
Monochromatic Colors of #762275
Black with #762275
Text Example
Text Example
White with #762275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762275; }
p { color: rgb(118,34,117); }
H1.HeaderClassName
{
color: #762275;
}
.AnyTagClassName
{
color: #762275;
}
</style>
background-color css
<style>
a { background-color: #762275; }
a { background-color: rgb(118,34,117); }
div.DivClassName
{
background-color: #762275;
}
.BgClassName
{
background-color: #762275;
}
</style>
border-color css
<style>
span { border-color: #762275; }
span { border-color: rgb(118,34,117); }
td.TdClassName
{
border-color: #762275;
}
.TagClassName
{
border-color: #762275;
}
</style>