Shades of Royal Purple #782DAC
Tints of Royal Purple #782DAC
RGB
CMYK
RGB Variations
Color information
#782DAC (or 0x782DAC) is known color: Royal Purple. HEX triplet: 78, 2D and AC. RGB value is (120,45,172). Sum of RGB (Red+Green+Blue) = 120+45+172=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #782DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782DAC is #87D253. Grayscale: #515151. Windows color (decimal): -8901204 or 11283832. OLE color: 11283832.
HSL color Cylindrical-coordinate representation of color #782DAC: hue angle of 275.43º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #782DAC is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 45 | 172 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.33 |
| HSL | 275.43º | 0.59% | 0.43% | - |
| HSV(B) | 275.43º | 0.74% | 0.67% | - |
| XYZ | 16.13 | 8.85 | 39.89 | - |
| YUV | 81.9 | 178.85 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 172 | 0.30 | 0.74 | 0 | 0.33 | 275.43 | 0.59 | 0.43 |
| Hex | 78 | 2D | AC | 1E | 4A | 0 | 21 | 113 | 3B | 2B |
| Octal | 170 | 55 | 254 | 36 | 112 | 0 | 41 | 423 | 73 | 53 |
| Binary | 1111000 | 101101 | 10101100 | 11110 | 1001010 | 0 | 100001 | 100010011 | 111011 | 101011 |
Color Harmonies of #782DAC
Complementary color
Monochromatic Colors of #782DAC
Black with #782DAC
Text Example
Text Example
White with #782DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782DAC; }
p { color: rgb(120,45,172); }
H1.HeaderClassName
{
color: #782DAC;
}
.AnyTagClassName
{
color: #782DAC;
}
</style>
background-color css
<style>
a { background-color: #782DAC; }
a { background-color: rgb(120,45,172); }
div.DivClassName
{
background-color: #782DAC;
}
.BgClassName
{
background-color: #782DAC;
}
</style>
border-color css
<style>
span { border-color: #782DAC; }
span { border-color: rgb(120,45,172); }
td.TdClassName
{
border-color: #782DAC;
}
.TagClassName
{
border-color: #782DAC;
}
</style>