Shades of Dark Purple #762273
Tints of Dark Purple #762273
RGB
CMYK
RGB Variations
Color information
#762273 (or 0x762273) is known color: Dark Purple. HEX triplet: 76, 22 and 73. RGB value is (118,34,115). Sum of RGB (Red+Green+Blue) = 118+34+115=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #762273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762273 is #89DD8C. Grayscale: #444444. Windows color (decimal): -9035149 or 7545462. OLE color: 7545462.
HSL color Cylindrical-coordinate representation of color #762273: hue angle of 302.14º 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 #762273 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 34 | 115 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.54 |
| HSL | 302.14º | 0.55% | 0.3% | - |
| HSV(B) | 302.14º | 0.71% | 0.46% | - |
| XYZ | 11.14 | 6.23 | 16.84 | - |
| YUV | 68.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 115 | 0 | 0.71 | 0.03 | 0.54 | 302.14 | 0.55 | 0.3 |
| Hex | 76 | 22 | 73 | 0 | 47 | 3 | 36 | 12E | 37 | 1E |
| Octal | 166 | 42 | 163 | 0 | 107 | 3 | 66 | 456 | 67 | 36 |
| Binary | 1110110 | 100010 | 1110011 | 0 | 1000111 | 11 | 110110 | 100101110 | 110111 | 11110 |
Color Harmonies of #762273
Complementary color
Monochromatic Colors of #762273
Black with #762273
Text Example
Text Example
White with #762273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762273; }
p { color: rgb(118,34,115); }
H1.HeaderClassName
{
color: #762273;
}
.AnyTagClassName
{
color: #762273;
}
</style>
background-color css
<style>
a { background-color: #762273; }
a { background-color: rgb(118,34,115); }
div.DivClassName
{
background-color: #762273;
}
.BgClassName
{
background-color: #762273;
}
</style>
border-color css
<style>
span { border-color: #762273; }
span { border-color: rgb(118,34,115); }
td.TdClassName
{
border-color: #762273;
}
.TagClassName
{
border-color: #762273;
}
</style>