Shades of Dark Purple #78226B
Tints of Dark Purple #78226B
RGB
CMYK
RGB Variations
Color information
#78226B (or 0x78226B) is known color: Dark Purple. HEX triplet: 78, 22 and 6B. RGB value is (120,34,107). Sum of RGB (Red+Green+Blue) = 120+34+107=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78226B is #87DD94. Grayscale: #434343. Windows color (decimal): -8904085 or 7021176. OLE color: 7021176.
HSL color Cylindrical-coordinate representation of color #78226B: hue angle of 309.07º 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 #78226B is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 34 | 107 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.53 |
| HSL | 309.07º | 0.56% | 0.3% | - |
| HSV(B) | 309.07º | 0.72% | 0.47% | - |
| XYZ | 10.97 | 6.2 | 14.53 | - |
| YUV | 68.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 34 | 107 | 0 | 0.72 | 0.11 | 0.53 | 309.07 | 0.56 | 0.3 |
| Hex | 78 | 22 | 6B | 0 | 48 | B | 35 | 135 | 38 | 1E |
| Octal | 170 | 42 | 153 | 0 | 110 | 13 | 65 | 465 | 70 | 36 |
| Binary | 1111000 | 100010 | 1101011 | 0 | 1001000 | 1011 | 110101 | 100110101 | 111000 | 11110 |
Color Harmonies of #78226B
Complementary color
Monochromatic Colors of #78226B
Black with #78226B
Text Example
Text Example
White with #78226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78226B; }
p { color: rgb(120,34,107); }
H1.HeaderClassName
{
color: #78226B;
}
.AnyTagClassName
{
color: #78226B;
}
</style>
background-color css
<style>
a { background-color: #78226B; }
a { background-color: rgb(120,34,107); }
div.DivClassName
{
background-color: #78226B;
}
.BgClassName
{
background-color: #78226B;
}
</style>
border-color css
<style>
span { border-color: #78226B; }
span { border-color: rgb(120,34,107); }
td.TdClassName
{
border-color: #78226B;
}
.TagClassName
{
border-color: #78226B;
}
</style>