Shades of Purple #781885
Tints of Purple #781885
RGB
CMYK
RGB Variations
Color information
#781885 (or 0x781885) is known color: Purple. HEX triplet: 78, 18 and 85. RGB value is (120,24,133). Sum of RGB (Red+Green+Blue) = 120+24+133=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #781885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781885 is #87E77A. Grayscale: #404040. Windows color (decimal): -8906619 or 8722552. OLE color: 8722552.
HSL color Cylindrical-coordinate representation of color #781885: hue angle of 292.84º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781885 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 24 | 133 | - |
| CMYK | 0.10 | 0.82 | 0 | 0.48 |
| HSL | 292.84º | 0.69% | 0.31% | - |
| HSV(B) | 292.84º | 0.82% | 0.52% | - |
| XYZ | 12.31 | 6.34 | 22.77 | - |
| YUV | 65.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 133 | 0.10 | 0.82 | 0 | 0.48 | 292.84 | 0.69 | 0.31 |
| Hex | 78 | 18 | 85 | A | 52 | 0 | 30 | 125 | 45 | 1F |
| Octal | 170 | 30 | 205 | 12 | 122 | 0 | 60 | 445 | 105 | 37 |
| Binary | 1111000 | 11000 | 10000101 | 1010 | 1010010 | 0 | 110000 | 100100101 | 1000101 | 11111 |
Color Harmonies of #781885
Complementary color
Monochromatic Colors of #781885
Black with #781885
Text Example
Text Example
White with #781885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781885; }
p { color: rgb(120,24,133); }
H1.HeaderClassName
{
color: #781885;
}
.AnyTagClassName
{
color: #781885;
}
</style>
background-color css
<style>
a { background-color: #781885; }
a { background-color: rgb(120,24,133); }
div.DivClassName
{
background-color: #781885;
}
.BgClassName
{
background-color: #781885;
}
</style>
border-color css
<style>
span { border-color: #781885; }
span { border-color: rgb(120,24,133); }
td.TdClassName
{
border-color: #781885;
}
.TagClassName
{
border-color: #781885;
}
</style>