Shades of Purple #781281
Tints of Purple #781281
RGB
CMYK
RGB Variations
Color information
#781281 (or 0x781281) is known color: Purple. HEX triplet: 78, 12 and 81. RGB value is (120,18,129). Sum of RGB (Red+Green+Blue) = 120+18+129=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #781281 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781281 is #87ED7E. Grayscale: #3C3C3C. Windows color (decimal): -8908159 or 8458872. OLE color: 8458872.
HSL color Cylindrical-coordinate representation of color #781281: hue angle of 295.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781281 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 18 | 129 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.49 |
| HSL | 295.14º | 0.76% | 0.29% | - |
| HSV(B) | 295.14º | 0.86% | 0.51% | - |
| XYZ | 11.92 | 6.01 | 21.3 | - |
| YUV | 61.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 129 | 0.07 | 0.86 | 0 | 0.49 | 295.14 | 0.76 | 0.29 |
| Hex | 78 | 12 | 81 | 7 | 56 | 0 | 31 | 127 | 4C | 1D |
| Octal | 170 | 22 | 201 | 7 | 126 | 0 | 61 | 447 | 114 | 35 |
| Binary | 1111000 | 10010 | 10000001 | 111 | 1010110 | 0 | 110001 | 100100111 | 1001100 | 11101 |
Color Harmonies of #781281
Complementary color
Monochromatic Colors of #781281
Black with #781281
Text Example
Text Example
White with #781281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781281; }
p { color: rgb(120,18,129); }
H1.HeaderClassName
{
color: #781281;
}
.AnyTagClassName
{
color: #781281;
}
</style>
background-color css
<style>
a { background-color: #781281; }
a { background-color: rgb(120,18,129); }
div.DivClassName
{
background-color: #781281;
}
.BgClassName
{
background-color: #781281;
}
</style>
border-color css
<style>
span { border-color: #781281; }
span { border-color: rgb(120,18,129); }
td.TdClassName
{
border-color: #781281;
}
.TagClassName
{
border-color: #781281;
}
</style>