Shades of Royal Purple #783CAA
Tints of Royal Purple #783CAA
RGB
CMYK
RGB Variations
Color information
#783CAA (or 0x783CAA) is known color: Royal Purple. HEX triplet: 78, 3C and AA. RGB value is (120,60,170). Sum of RGB (Red+Green+Blue) = 120+60+170=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #783CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783CAA is #87C355. Grayscale: #5A5A5A. Windows color (decimal): -8897366 or 11156600. OLE color: 11156600.
HSL color Cylindrical-coordinate representation of color #783CAA: hue angle of 272.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #783CAA is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 60 | 170 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.33 |
| HSL | 272.73º | 0.48% | 0.45% | - |
| HSV(B) | 272.73º | 0.65% | 0.67% | - |
| XYZ | 16.62 | 10.13 | 39.11 | - |
| YUV | 90.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 170 | 0.29 | 0.65 | 0 | 0.33 | 272.73 | 0.48 | 0.45 |
| Hex | 78 | 3C | AA | 1D | 41 | 0 | 21 | 111 | 30 | 2D |
| Octal | 170 | 74 | 252 | 35 | 101 | 0 | 41 | 421 | 60 | 55 |
| Binary | 1111000 | 111100 | 10101010 | 11101 | 1000001 | 0 | 100001 | 100010001 | 110000 | 101101 |
Color Harmonies of #783CAA
Complementary color
Monochromatic Colors of #783CAA
Black with #783CAA
Text Example
Text Example
White with #783CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CAA; }
p { color: rgb(120,60,170); }
H1.HeaderClassName
{
color: #783CAA;
}
.AnyTagClassName
{
color: #783CAA;
}
</style>
background-color css
<style>
a { background-color: #783CAA; }
a { background-color: rgb(120,60,170); }
div.DivClassName
{
background-color: #783CAA;
}
.BgClassName
{
background-color: #783CAA;
}
</style>
border-color css
<style>
span { border-color: #783CAA; }
span { border-color: rgb(120,60,170); }
td.TdClassName
{
border-color: #783CAA;
}
.TagClassName
{
border-color: #783CAA;
}
</style>