Shades of Purple #781083
Tints of Purple #781083
RGB
CMYK
RGB Variations
Color information
#781083 (or 0x781083) is known color: Purple. HEX triplet: 78, 10 and 83. RGB value is (120,16,131). Sum of RGB (Red+Green+Blue) = 120+16+131=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #781083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781083 is #87EF7C. Grayscale: #3B3B3B. Windows color (decimal): -8908669 or 8589432. OLE color: 8589432.
HSL color Cylindrical-coordinate representation of color #781083: hue angle of 294.26º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781083 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 16 | 131 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.49 |
| HSL | 294.26º | 0.78% | 0.29% | - |
| HSV(B) | 294.26º | 0.88% | 0.51% | - |
| XYZ | 12.03 | 6 | 22 | - |
| YUV | 60.21 | 167.96 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 131 | 0.08 | 0.88 | 0 | 0.49 | 294.26 | 0.78 | 0.29 |
| Hex | 78 | 10 | 83 | 8 | 58 | 0 | 31 | 126 | 4E | 1D |
| Octal | 170 | 20 | 203 | 10 | 130 | 0 | 61 | 446 | 116 | 35 |
| Binary | 1111000 | 10000 | 10000011 | 1000 | 1011000 | 0 | 110001 | 100100110 | 1001110 | 11101 |
Color Harmonies of #781083
Complementary color
Monochromatic Colors of #781083
Black with #781083
Text Example
Text Example
White with #781083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781083; }
p { color: rgb(120,16,131); }
H1.HeaderClassName
{
color: #781083;
}
.AnyTagClassName
{
color: #781083;
}
</style>
background-color css
<style>
a { background-color: #781083; }
a { background-color: rgb(120,16,131); }
div.DivClassName
{
background-color: #781083;
}
.BgClassName
{
background-color: #781083;
}
</style>
border-color css
<style>
span { border-color: #781083; }
span { border-color: rgb(120,16,131); }
td.TdClassName
{
border-color: #781083;
}
.TagClassName
{
border-color: #781083;
}
</style>