Shades of Dark Purple #762278
Tints of Dark Purple #762278
RGB
CMYK
RGB Variations
Color information
#762278 (or 0x762278) is known color: Dark Purple. HEX triplet: 76, 22 and 78. RGB value is (118,34,120). Sum of RGB (Red+Green+Blue) = 118+34+120=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #762278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762278 is #89DD87. Grayscale: #444444. Windows color (decimal): -9035144 or 7873142. OLE color: 7873142.
HSL color Cylindrical-coordinate representation of color #762278: hue angle of 298.6º 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 #762278 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 34 | 120 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.53 |
| HSL | 298.6º | 0.56% | 0.3% | - |
| HSV(B) | 298.6º | 0.72% | 0.47% | - |
| XYZ | 11.43 | 6.35 | 18.39 | - |
| YUV | 68.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 120 | 0.02 | 0.72 | 0 | 0.53 | 298.6 | 0.56 | 0.3 |
| Hex | 76 | 22 | 78 | 2 | 48 | 0 | 35 | 12B | 38 | 1E |
| Octal | 166 | 42 | 170 | 2 | 110 | 0 | 65 | 453 | 70 | 36 |
| Binary | 1110110 | 100010 | 1111000 | 10 | 1001000 | 0 | 110101 | 100101011 | 111000 | 11110 |
Color Harmonies of #762278
Complementary color
Monochromatic Colors of #762278
Black with #762278
Text Example
Text Example
White with #762278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762278; }
p { color: rgb(118,34,120); }
H1.HeaderClassName
{
color: #762278;
}
.AnyTagClassName
{
color: #762278;
}
</style>
background-color css
<style>
a { background-color: #762278; }
a { background-color: rgb(118,34,120); }
div.DivClassName
{
background-color: #762278;
}
.BgClassName
{
background-color: #762278;
}
</style>
border-color css
<style>
span { border-color: #762278; }
span { border-color: rgb(118,34,120); }
td.TdClassName
{
border-color: #762278;
}
.TagClassName
{
border-color: #762278;
}
</style>