Shades of Royal Purple #783AB1
Tints of Royal Purple #783AB1
RGB
CMYK
RGB Variations
Color information
#783AB1 (or 0x783AB1) is known color: Royal Purple. HEX triplet: 78, 3A and B1. RGB value is (120,58,177). Sum of RGB (Red+Green+Blue) = 120+58+177=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #783AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783AB1 is #87C54E. Grayscale: #595959. Windows color (decimal): -8897871 or 11614840. OLE color: 11614840.
HSL color Cylindrical-coordinate representation of color #783AB1: hue angle of 271.26º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #783AB1 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 58 | 177 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.31 |
| HSL | 271.26º | 0.51% | 0.46% | - |
| HSV(B) | 271.26º | 0.67% | 0.69% | - |
| XYZ | 17.19 | 10.19 | 42.66 | - |
| YUV | 90.1 | 177.04 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 177 | 0.32 | 0.67 | 0 | 0.31 | 271.26 | 0.51 | 0.46 |
| Hex | 78 | 3A | B1 | 20 | 43 | 0 | 1F | 10F | 33 | 2E |
| Octal | 170 | 72 | 261 | 40 | 103 | 0 | 37 | 417 | 63 | 56 |
| Binary | 1111000 | 111010 | 10110001 | 100000 | 1000011 | 0 | 11111 | 100001111 | 110011 | 101110 |
Color Harmonies of #783AB1
Complementary color
Monochromatic Colors of #783AB1
Black with #783AB1
Text Example
Text Example
White with #783AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783AB1; }
p { color: rgb(120,58,177); }
H1.HeaderClassName
{
color: #783AB1;
}
.AnyTagClassName
{
color: #783AB1;
}
</style>
background-color css
<style>
a { background-color: #783AB1; }
a { background-color: rgb(120,58,177); }
div.DivClassName
{
background-color: #783AB1;
}
.BgClassName
{
background-color: #783AB1;
}
</style>
border-color css
<style>
span { border-color: #783AB1; }
span { border-color: rgb(120,58,177); }
td.TdClassName
{
border-color: #783AB1;
}
.TagClassName
{
border-color: #783AB1;
}
</style>