Shades of Purple #781A88
Tints of Purple #781A88
RGB
CMYK
RGB Variations
Color information
#781A88 (or 0x781A88) is known color: Purple. HEX triplet: 78, 1A and 88. RGB value is (120,26,136). Sum of RGB (Red+Green+Blue) = 120+26+136=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #781A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781A88 is #87E577. Grayscale: #424242. Windows color (decimal): -8906104 or 8919672. OLE color: 8919672.
HSL color Cylindrical-coordinate representation of color #781A88: hue angle of 291.27º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781A88 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 26 | 136 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.47 |
| HSL | 291.27º | 0.68% | 0.32% | - |
| HSV(B) | 291.27º | 0.81% | 0.53% | - |
| XYZ | 12.56 | 6.51 | 23.89 | - |
| YUV | 66.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 26 | 136 | 0.12 | 0.81 | 0 | 0.47 | 291.27 | 0.68 | 0.32 |
| Hex | 78 | 1A | 88 | C | 51 | 0 | 2F | 123 | 44 | 20 |
| Octal | 170 | 32 | 210 | 14 | 121 | 0 | 57 | 443 | 104 | 40 |
| Binary | 1111000 | 11010 | 10001000 | 1100 | 1010001 | 0 | 101111 | 100100011 | 1000100 | 100000 |
Color Harmonies of #781A88
Complementary color
Monochromatic Colors of #781A88
Black with #781A88
Text Example
Text Example
White with #781A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781A88; }
p { color: rgb(120,26,136); }
H1.HeaderClassName
{
color: #781A88;
}
.AnyTagClassName
{
color: #781A88;
}
</style>
background-color css
<style>
a { background-color: #781A88; }
a { background-color: rgb(120,26,136); }
div.DivClassName
{
background-color: #781A88;
}
.BgClassName
{
background-color: #781A88;
}
</style>
border-color css
<style>
span { border-color: #781A88; }
span { border-color: rgb(120,26,136); }
td.TdClassName
{
border-color: #781A88;
}
.TagClassName
{
border-color: #781A88;
}
</style>