Shades of Purple #780067
Tints of Purple #780067
RGB
CMYK
RGB Variations
Color information
#780067 (or 0x780067) is known color: Purple. HEX triplet: 78, 00 and 67. RGB value is (120,0,103). Sum of RGB (Red+Green+Blue) = 120+0+103=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #780067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780067 is #87FF98. Grayscale: #2F2F2F. Windows color (decimal): -8912793 or 6750328. OLE color: 6750328.
HSL color Cylindrical-coordinate representation of color #780067: hue angle of 308.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780067 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.14 | 0.53 |
| HSL | 308.5º | 1% | 0.24% | - |
| HSV(B) | 308.5º | 1% | 0.47% | - |
| XYZ | 10.19 | 4.97 | 13.25 | - |
| YUV | 47.62 | 159.26 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 103 | 0 | 1 | 0.14 | 0.53 | 308.5 | 1 | 0.24 |
| Hex | 78 | 0 | 67 | 0 | 64 | E | 35 | 134 | 64 | 18 |
| Octal | 170 | 0 | 147 | 0 | 144 | 16 | 65 | 464 | 144 | 30 |
| Binary | 1111000 | 0 | 1100111 | 0 | 1100100 | 1110 | 110101 | 100110100 | 1100100 | 11000 |
Color Harmonies of #780067
Complementary color
Monochromatic Colors of #780067
Black with #780067
Text Example
Text Example
White with #780067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780067; }
p { color: rgb(120,0,103); }
H1.HeaderClassName
{
color: #780067;
}
.AnyTagClassName
{
color: #780067;
}
</style>
background-color css
<style>
a { background-color: #780067; }
a { background-color: rgb(120,0,103); }
div.DivClassName
{
background-color: #780067;
}
.BgClassName
{
background-color: #780067;
}
</style>
border-color css
<style>
span { border-color: #780067; }
span { border-color: rgb(120,0,103); }
td.TdClassName
{
border-color: #780067;
}
.TagClassName
{
border-color: #780067;
}
</style>