Shades of Purple #781884
Tints of Purple #781884
RGB
CMYK
RGB Variations
Color information
#781884 (or 0x781884) is known color: Purple. HEX triplet: 78, 18 and 84. RGB value is (120,24,132). Sum of RGB (Red+Green+Blue) = 120+24+132=276 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.48% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #781884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781884 is #87E77B. Grayscale: #404040. Windows color (decimal): -8906620 or 8657016. OLE color: 8657016.
HSL color Cylindrical-coordinate representation of color #781884: hue angle of 293.33º 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 #781884 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 24 | 132 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.48 |
| HSL | 293.33º | 0.69% | 0.31% | - |
| HSV(B) | 293.33º | 0.82% | 0.52% | - |
| XYZ | 12.24 | 6.31 | 22.4 | - |
| YUV | 65.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 24 | 132 | 0.09 | 0.82 | 0 | 0.48 | 293.33 | 0.69 | 0.31 |
| Hex | 78 | 18 | 84 | 9 | 52 | 0 | 30 | 125 | 45 | 1F |
| Octal | 170 | 30 | 204 | 11 | 122 | 0 | 60 | 445 | 105 | 37 |
| Binary | 1111000 | 11000 | 10000100 | 1001 | 1010010 | 0 | 110000 | 100100101 | 1000101 | 11111 |
Color Harmonies of #781884
Complementary color
Monochromatic Colors of #781884
Black with #781884
Text Example
Text Example
White with #781884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781884; }
p { color: rgb(120,24,132); }
H1.HeaderClassName
{
color: #781884;
}
.AnyTagClassName
{
color: #781884;
}
</style>
background-color css
<style>
a { background-color: #781884; }
a { background-color: rgb(120,24,132); }
div.DivClassName
{
background-color: #781884;
}
.BgClassName
{
background-color: #781884;
}
</style>
border-color css
<style>
span { border-color: #781884; }
span { border-color: rgb(120,24,132); }
td.TdClassName
{
border-color: #781884;
}
.TagClassName
{
border-color: #781884;
}
</style>