Shades of Dark Purple #762173
Tints of Dark Purple #762173
RGB
CMYK
RGB Variations
Color information
#762173 (or 0x762173) is known color: Dark Purple. HEX triplet: 76, 21 and 73. RGB value is (118,33,115). Sum of RGB (Red+Green+Blue) = 118+33+115=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #762173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762173 is #89DE8C. Grayscale: #434343. Windows color (decimal): -9035405 or 7545206. OLE color: 7545206.
HSL color Cylindrical-coordinate representation of color #762173: hue angle of 302.12º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762173 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 115 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.54 |
| HSL | 302.12º | 0.56% | 0.3% | - |
| HSV(B) | 302.12º | 0.72% | 0.46% | - |
| XYZ | 11.11 | 6.18 | 16.83 | - |
| YUV | 67.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 115 | 0 | 0.72 | 0.03 | 0.54 | 302.12 | 0.56 | 0.3 |
| Hex | 76 | 21 | 73 | 0 | 48 | 3 | 36 | 12E | 38 | 1E |
| Octal | 166 | 41 | 163 | 0 | 110 | 3 | 66 | 456 | 70 | 36 |
| Binary | 1110110 | 100001 | 1110011 | 0 | 1001000 | 11 | 110110 | 100101110 | 111000 | 11110 |
Color Harmonies of #762173
Complementary color
Monochromatic Colors of #762173
Black with #762173
Text Example
Text Example
White with #762173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762173; }
p { color: rgb(118,33,115); }
H1.HeaderClassName
{
color: #762173;
}
.AnyTagClassName
{
color: #762173;
}
</style>
background-color css
<style>
a { background-color: #762173; }
a { background-color: rgb(118,33,115); }
div.DivClassName
{
background-color: #762173;
}
.BgClassName
{
background-color: #762173;
}
</style>
border-color css
<style>
span { border-color: #762173; }
span { border-color: rgb(118,33,115); }
td.TdClassName
{
border-color: #762173;
}
.TagClassName
{
border-color: #762173;
}
</style>