Shades of Purple #780783
Tints of Purple #780783
RGB
CMYK
RGB Variations
Color information
#780783 (or 0x780783) is known color: Purple. HEX triplet: 78, 07 and 83. RGB value is (120,7,131). Sum of RGB (Red+Green+Blue) = 120+7+131=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #780783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780783 is #87F87C. Grayscale: #363636. Windows color (decimal): -8910973 or 8587128. OLE color: 8587128.
HSL color Cylindrical-coordinate representation of color #780783: hue angle of 294.68º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #780783 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 7 | 131 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.49 |
| HSL | 294.68º | 0.9% | 0.27% | - |
| HSV(B) | 294.68º | 0.95% | 0.51% | - |
| XYZ | 11.92 | 5.78 | 21.96 | - |
| YUV | 54.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 7 | 131 | 0.08 | 0.95 | 0 | 0.49 | 294.68 | 0.9 | 0.27 |
| Hex | 78 | 7 | 83 | 8 | 5F | 0 | 31 | 127 | 5A | 1B |
| Octal | 170 | 7 | 203 | 10 | 137 | 0 | 61 | 447 | 132 | 33 |
| Binary | 1111000 | 111 | 10000011 | 1000 | 1011111 | 0 | 110001 | 100100111 | 1011010 | 11011 |
Color Harmonies of #780783
Complementary color
Monochromatic Colors of #780783
Black with #780783
Text Example
Text Example
White with #780783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780783; }
p { color: rgb(120,7,131); }
H1.HeaderClassName
{
color: #780783;
}
.AnyTagClassName
{
color: #780783;
}
</style>
background-color css
<style>
a { background-color: #780783; }
a { background-color: rgb(120,7,131); }
div.DivClassName
{
background-color: #780783;
}
.BgClassName
{
background-color: #780783;
}
</style>
border-color css
<style>
span { border-color: #780783; }
span { border-color: rgb(120,7,131); }
td.TdClassName
{
border-color: #780783;
}
.TagClassName
{
border-color: #780783;
}
</style>