Shades of Dark Purple #781274
Tints of Dark Purple #781274
RGB
CMYK
RGB Variations
Color information
#781274 (or 0x781274) is known color: Dark Purple. HEX triplet: 78, 12 and 74. RGB value is (120,18,116). Sum of RGB (Red+Green+Blue) = 120+18+116=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #781274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781274 is #87ED8B. Grayscale: #3B3B3B. Windows color (decimal): -8908172 or 7606904. OLE color: 7606904.
HSL color Cylindrical-coordinate representation of color #781274: hue angle of 302.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781274 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 116 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.53 |
| HSL | 302.35º | 0.74% | 0.27% | - |
| HSV(B) | 302.35º | 0.85% | 0.47% | - |
| XYZ | 11.11 | 5.69 | 17.03 | - |
| YUV | 59.67 | 159.79 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 116 | 0 | 0.85 | 0.03 | 0.53 | 302.35 | 0.74 | 0.27 |
| Hex | 78 | 12 | 74 | 0 | 55 | 3 | 35 | 12E | 4A | 1B |
| Octal | 170 | 22 | 164 | 0 | 125 | 3 | 65 | 456 | 112 | 33 |
| Binary | 1111000 | 10010 | 1110100 | 0 | 1010101 | 11 | 110101 | 100101110 | 1001010 | 11011 |
Color Harmonies of #781274
Complementary color
Monochromatic Colors of #781274
Black with #781274
Text Example
Text Example
White with #781274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781274; }
p { color: rgb(120,18,116); }
H1.HeaderClassName
{
color: #781274;
}
.AnyTagClassName
{
color: #781274;
}
</style>
background-color css
<style>
a { background-color: #781274; }
a { background-color: rgb(120,18,116); }
div.DivClassName
{
background-color: #781274;
}
.BgClassName
{
background-color: #781274;
}
</style>
border-color css
<style>
span { border-color: #781274; }
span { border-color: rgb(120,18,116); }
td.TdClassName
{
border-color: #781274;
}
.TagClassName
{
border-color: #781274;
}
</style>