Shades of Royal Purple #783AA0
Tints of Royal Purple #783AA0
RGB
CMYK
RGB Variations
Color information
#783AA0 (or 0x783AA0) is known color: Royal Purple. HEX triplet: 78, 3A and A0. RGB value is (120,58,160). Sum of RGB (Red+Green+Blue) = 120+58+160=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #783AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783AA0 is #87C55F. Grayscale: #575757. Windows color (decimal): -8897888 or 10500728. OLE color: 10500728.
HSL color Cylindrical-coordinate representation of color #783AA0: hue angle of 276.47º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #783AA0 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 58 | 160 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.37 |
| HSL | 276.47º | 0.47% | 0.43% | - |
| HSV(B) | 276.47º | 0.64% | 0.63% | - |
| XYZ | 15.6 | 9.56 | 34.28 | - |
| YUV | 88.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 160 | 0.25 | 0.64 | 0 | 0.37 | 276.47 | 0.47 | 0.43 |
| Hex | 78 | 3A | A0 | 19 | 40 | 0 | 25 | 114 | 2F | 2B |
| Octal | 170 | 72 | 240 | 31 | 100 | 0 | 45 | 424 | 57 | 53 |
| Binary | 1111000 | 111010 | 10100000 | 11001 | 1000000 | 0 | 100101 | 100010100 | 101111 | 101011 |
Color Harmonies of #783AA0
Complementary color
Monochromatic Colors of #783AA0
Black with #783AA0
Text Example
Text Example
White with #783AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783AA0; }
p { color: rgb(120,58,160); }
H1.HeaderClassName
{
color: #783AA0;
}
.AnyTagClassName
{
color: #783AA0;
}
</style>
background-color css
<style>
a { background-color: #783AA0; }
a { background-color: rgb(120,58,160); }
div.DivClassName
{
background-color: #783AA0;
}
.BgClassName
{
background-color: #783AA0;
}
</style>
border-color css
<style>
span { border-color: #783AA0; }
span { border-color: rgb(120,58,160); }
td.TdClassName
{
border-color: #783AA0;
}
.TagClassName
{
border-color: #783AA0;
}
</style>