Shades of Purple #781075
Tints of Purple #781075
RGB
CMYK
RGB Variations
Color information
#781075 (or 0x781075) is known color: Purple. HEX triplet: 78, 10 and 75. RGB value is (120,16,117). Sum of RGB (Red+Green+Blue) = 120+16+117=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #781075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781075 is #87EF8A. Grayscale: #3A3A3A. Windows color (decimal): -8908683 or 7671928. OLE color: 7671928.
HSL color Cylindrical-coordinate representation of color #781075: hue angle of 301.73º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #781075 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 117 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.53 |
| HSL | 301.73º | 0.76% | 0.27% | - |
| HSV(B) | 301.73º | 0.87% | 0.47% | - |
| XYZ | 11.14 | 5.65 | 17.33 | - |
| YUV | 58.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 117 | 0 | 0.87 | 0.02 | 0.53 | 301.73 | 0.76 | 0.27 |
| Hex | 78 | 10 | 75 | 0 | 57 | 2 | 35 | 12E | 4C | 1B |
| Octal | 170 | 20 | 165 | 0 | 127 | 2 | 65 | 456 | 114 | 33 |
| Binary | 1111000 | 10000 | 1110101 | 0 | 1010111 | 10 | 110101 | 100101110 | 1001100 | 11011 |
Color Harmonies of #781075
Complementary color
Monochromatic Colors of #781075
Black with #781075
Text Example
Text Example
White with #781075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781075; }
p { color: rgb(120,16,117); }
H1.HeaderClassName
{
color: #781075;
}
.AnyTagClassName
{
color: #781075;
}
</style>
background-color css
<style>
a { background-color: #781075; }
a { background-color: rgb(120,16,117); }
div.DivClassName
{
background-color: #781075;
}
.BgClassName
{
background-color: #781075;
}
</style>
border-color css
<style>
span { border-color: #781075; }
span { border-color: rgb(120,16,117); }
td.TdClassName
{
border-color: #781075;
}
.TagClassName
{
border-color: #781075;
}
</style>