Shades of Purple #780685
Tints of Purple #780685
RGB
CMYK
RGB Variations
Color information
#780685 (or 0x780685) is known color: Purple. HEX triplet: 78, 06 and 85. RGB value is (120,6,133). Sum of RGB (Red+Green+Blue) = 120+6+133=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #780685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780685 is #87F97A. Grayscale: #363636. Windows color (decimal): -8911227 or 8717944. OLE color: 8717944.
HSL color Cylindrical-coordinate representation of color #780685: hue angle of 293.86º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780685 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 6 | 133 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.48 |
| HSL | 293.86º | 0.91% | 0.27% | - |
| HSV(B) | 293.86º | 0.95% | 0.52% | - |
| XYZ | 12.04 | 5.82 | 22.68 | - |
| YUV | 54.56 | 172.27 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 133 | 0.10 | 0.95 | 0 | 0.48 | 293.86 | 0.91 | 0.27 |
| Hex | 78 | 6 | 85 | A | 5F | 0 | 30 | 126 | 5B | 1B |
| Octal | 170 | 6 | 205 | 12 | 137 | 0 | 60 | 446 | 133 | 33 |
| Binary | 1111000 | 110 | 10000101 | 1010 | 1011111 | 0 | 110000 | 100100110 | 1011011 | 11011 |
Color Harmonies of #780685
Complementary color
Monochromatic Colors of #780685
Black with #780685
Text Example
Text Example
White with #780685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780685; }
p { color: rgb(120,6,133); }
H1.HeaderClassName
{
color: #780685;
}
.AnyTagClassName
{
color: #780685;
}
</style>
background-color css
<style>
a { background-color: #780685; }
a { background-color: rgb(120,6,133); }
div.DivClassName
{
background-color: #780685;
}
.BgClassName
{
background-color: #780685;
}
</style>
border-color css
<style>
span { border-color: #780685; }
span { border-color: rgb(120,6,133); }
td.TdClassName
{
border-color: #780685;
}
.TagClassName
{
border-color: #780685;
}
</style>