Shades of Royal Purple #783AAB
Tints of Royal Purple #783AAB
RGB
CMYK
RGB Variations
Color information
#783AAB (or 0x783AAB) is known color: Royal Purple. HEX triplet: 78, 3A and AB. RGB value is (120,58,171). Sum of RGB (Red+Green+Blue) = 120+58+171=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #783AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783AAB is #87C554. Grayscale: #595959. Windows color (decimal): -8897877 or 11221624. OLE color: 11221624.
HSL color Cylindrical-coordinate representation of color #783AAB: hue angle of 272.92º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783AAB is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 58 | 171 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.33 |
| HSL | 272.92º | 0.49% | 0.45% | - |
| HSV(B) | 272.92º | 0.66% | 0.67% | - |
| XYZ | 16.61 | 9.96 | 39.58 | - |
| YUV | 89.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 171 | 0.30 | 0.66 | 0 | 0.33 | 272.92 | 0.49 | 0.45 |
| Hex | 78 | 3A | AB | 1E | 42 | 0 | 21 | 111 | 31 | 2D |
| Octal | 170 | 72 | 253 | 36 | 102 | 0 | 41 | 421 | 61 | 55 |
| Binary | 1111000 | 111010 | 10101011 | 11110 | 1000010 | 0 | 100001 | 100010001 | 110001 | 101101 |
Color Harmonies of #783AAB
Complementary color
Monochromatic Colors of #783AAB
Black with #783AAB
Text Example
Text Example
White with #783AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783AAB; }
p { color: rgb(120,58,171); }
H1.HeaderClassName
{
color: #783AAB;
}
.AnyTagClassName
{
color: #783AAB;
}
</style>
background-color css
<style>
a { background-color: #783AAB; }
a { background-color: rgb(120,58,171); }
div.DivClassName
{
background-color: #783AAB;
}
.BgClassName
{
background-color: #783AAB;
}
</style>
border-color css
<style>
span { border-color: #783AAB; }
span { border-color: rgb(120,58,171); }
td.TdClassName
{
border-color: #783AAB;
}
.TagClassName
{
border-color: #783AAB;
}
</style>