Shades of Purple #780165
Tints of Purple #780165
RGB
CMYK
RGB Variations
Color information
#780165 (or 0x780165) is known color: Purple. HEX triplet: 78, 01 and 65. RGB value is (120,1,101). Sum of RGB (Red+Green+Blue) = 120+1+101=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #780165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780165 is #87FE9A. Grayscale: #2F2F2F. Windows color (decimal): -8912539 or 6619512. OLE color: 6619512.
HSL color Cylindrical-coordinate representation of color #780165: hue angle of 309.58º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780165 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 101 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.53 |
| HSL | 309.58º | 0.98% | 0.24% | - |
| HSV(B) | 309.58º | 0.99% | 0.47% | - |
| XYZ | 10.11 | 4.95 | 12.74 | - |
| YUV | 47.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 101 | 0 | 0.99 | 0.16 | 0.53 | 309.58 | 0.98 | 0.24 |
| Hex | 78 | 1 | 65 | 0 | 63 | 10 | 35 | 136 | 62 | 18 |
| Octal | 170 | 1 | 145 | 0 | 143 | 20 | 65 | 466 | 142 | 30 |
| Binary | 1111000 | 1 | 1100101 | 0 | 1100011 | 10000 | 110101 | 100110110 | 1100010 | 11000 |
Color Harmonies of #780165
Complementary color
Monochromatic Colors of #780165
Black with #780165
Text Example
Text Example
White with #780165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780165; }
p { color: rgb(120,1,101); }
H1.HeaderClassName
{
color: #780165;
}
.AnyTagClassName
{
color: #780165;
}
</style>
background-color css
<style>
a { background-color: #780165; }
a { background-color: rgb(120,1,101); }
div.DivClassName
{
background-color: #780165;
}
.BgClassName
{
background-color: #780165;
}
</style>
border-color css
<style>
span { border-color: #780165; }
span { border-color: rgb(120,1,101); }
td.TdClassName
{
border-color: #780165;
}
.TagClassName
{
border-color: #780165;
}
</style>