Shades of Royal Purple #783CAD
Tints of Royal Purple #783CAD
RGB
CMYK
RGB Variations
Color information
#783CAD (or 0x783CAD) is known color: Royal Purple. HEX triplet: 78, 3C and AD. RGB value is (120,60,173). Sum of RGB (Red+Green+Blue) = 120+60+173=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #783CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783CAD is #87C352. Grayscale: #5A5A5A. Windows color (decimal): -8897363 or 11353208. OLE color: 11353208.
HSL color Cylindrical-coordinate representation of color #783CAD: hue angle of 271.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #783CAD is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 60 | 173 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.32 |
| HSL | 271.86º | 0.48% | 0.46% | - |
| HSV(B) | 271.86º | 0.65% | 0.68% | - |
| XYZ | 16.9 | 10.24 | 40.62 | - |
| YUV | 90.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 173 | 0.31 | 0.65 | 0 | 0.32 | 271.86 | 0.48 | 0.46 |
| Hex | 78 | 3C | AD | 1F | 41 | 0 | 20 | 110 | 30 | 2E |
| Octal | 170 | 74 | 255 | 37 | 101 | 0 | 40 | 420 | 60 | 56 |
| Binary | 1111000 | 111100 | 10101101 | 11111 | 1000001 | 0 | 100000 | 100010000 | 110000 | 101110 |
Color Harmonies of #783CAD
Complementary color
Monochromatic Colors of #783CAD
Black with #783CAD
Text Example
Text Example
White with #783CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CAD; }
p { color: rgb(120,60,173); }
H1.HeaderClassName
{
color: #783CAD;
}
.AnyTagClassName
{
color: #783CAD;
}
</style>
background-color css
<style>
a { background-color: #783CAD; }
a { background-color: rgb(120,60,173); }
div.DivClassName
{
background-color: #783CAD;
}
.BgClassName
{
background-color: #783CAD;
}
</style>
border-color css
<style>
span { border-color: #783CAD; }
span { border-color: rgb(120,60,173); }
td.TdClassName
{
border-color: #783CAD;
}
.TagClassName
{
border-color: #783CAD;
}
</style>