Shades of Purple #780975
Tints of Purple #780975
RGB
CMYK
RGB Variations
Color information
#780975 (or 0x780975) is known color: Purple. HEX triplet: 78, 09 and 75. RGB value is (120,9,117). Sum of RGB (Red+Green+Blue) = 120+9+117=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #780975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780975 is #87F68A. Grayscale: #363636. Windows color (decimal): -8910475 or 7670136. OLE color: 7670136.
HSL color Cylindrical-coordinate representation of color #780975: hue angle of 301.62º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780975 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 9 | 117 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.53 |
| HSL | 301.62º | 0.86% | 0.25% | - |
| HSV(B) | 301.62º | 0.93% | 0.47% | - |
| XYZ | 11.05 | 5.47 | 17.3 | - |
| YUV | 54.5 | 163.27 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 117 | 0 | 0.92 | 0.02 | 0.53 | 301.62 | 0.86 | 0.25 |
| Hex | 78 | 9 | 75 | 0 | 5C | 2 | 35 | 12E | 56 | 19 |
| Octal | 170 | 11 | 165 | 0 | 134 | 2 | 65 | 456 | 126 | 31 |
| Binary | 1111000 | 1001 | 1110101 | 0 | 1011100 | 10 | 110101 | 100101110 | 1010110 | 11001 |
Color Harmonies of #780975
Complementary color
Monochromatic Colors of #780975
Black with #780975
Text Example
Text Example
White with #780975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780975; }
p { color: rgb(120,9,117); }
H1.HeaderClassName
{
color: #780975;
}
.AnyTagClassName
{
color: #780975;
}
</style>
background-color css
<style>
a { background-color: #780975; }
a { background-color: rgb(120,9,117); }
div.DivClassName
{
background-color: #780975;
}
.BgClassName
{
background-color: #780975;
}
</style>
border-color css
<style>
span { border-color: #780975; }
span { border-color: rgb(120,9,117); }
td.TdClassName
{
border-color: #780975;
}
.TagClassName
{
border-color: #780975;
}
</style>