Shades of Dark Purple #782373
Tints of Dark Purple #782373
RGB
CMYK
RGB Variations
Color information
#782373 (or 0x782373) is known color: Dark Purple. HEX triplet: 78, 23 and 73. RGB value is (120,35,115). Sum of RGB (Red+Green+Blue) = 120+35+115=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #782373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782373 is #87DC8C. Grayscale: #454545. Windows color (decimal): -8903821 or 7545720. OLE color: 7545720.
HSL color Cylindrical-coordinate representation of color #782373: hue angle of 303.53º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782373 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 35 | 115 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.53 |
| HSL | 303.53º | 0.55% | 0.3% | - |
| HSV(B) | 303.53º | 0.71% | 0.47% | - |
| XYZ | 11.44 | 6.43 | 16.86 | - |
| YUV | 69.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 115 | 0 | 0.71 | 0.04 | 0.53 | 303.53 | 0.55 | 0.3 |
| Hex | 78 | 23 | 73 | 0 | 47 | 4 | 35 | 130 | 37 | 1E |
| Octal | 170 | 43 | 163 | 0 | 107 | 4 | 65 | 460 | 67 | 36 |
| Binary | 1111000 | 100011 | 1110011 | 0 | 1000111 | 100 | 110101 | 100110000 | 110111 | 11110 |
Color Harmonies of #782373
Complementary color
Monochromatic Colors of #782373
Black with #782373
Text Example
Text Example
White with #782373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782373; }
p { color: rgb(120,35,115); }
H1.HeaderClassName
{
color: #782373;
}
.AnyTagClassName
{
color: #782373;
}
</style>
background-color css
<style>
a { background-color: #782373; }
a { background-color: rgb(120,35,115); }
div.DivClassName
{
background-color: #782373;
}
.BgClassName
{
background-color: #782373;
}
</style>
border-color css
<style>
span { border-color: #782373; }
span { border-color: rgb(120,35,115); }
td.TdClassName
{
border-color: #782373;
}
.TagClassName
{
border-color: #782373;
}
</style>