Shades of Royal Purple #783CB4
Tints of Royal Purple #783CB4
RGB
CMYK
RGB Variations
Color information
#783CB4 (or 0x783CB4) is known color: Royal Purple. HEX triplet: 78, 3C and B4. RGB value is (120,60,180). Sum of RGB (Red+Green+Blue) = 120+60+180=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #783CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783CB4 is #87C34B. Grayscale: #5B5B5B. Windows color (decimal): -8897356 or 11811960. OLE color: 11811960.
HSL color Cylindrical-coordinate representation of color #783CB4: hue angle of 270º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #783CB4 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 60 | 180 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.29 |
| HSL | 270º | 0.5% | 0.47% | - |
| HSV(B) | 270º | 0.67% | 0.71% | - |
| XYZ | 17.6 | 10.52 | 44.28 | - |
| YUV | 91.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 180 | 0.33 | 0.67 | 0 | 0.29 | 270 | 0.5 | 0.47 |
| Hex | 78 | 3C | B4 | 21 | 43 | 0 | 1D | 10E | 32 | 2F |
| Octal | 170 | 74 | 264 | 41 | 103 | 0 | 35 | 416 | 62 | 57 |
| Binary | 1111000 | 111100 | 10110100 | 100001 | 1000011 | 0 | 11101 | 100001110 | 110010 | 101111 |
Color Harmonies of #783CB4
Complementary color
Monochromatic Colors of #783CB4
Black with #783CB4
Text Example
Text Example
White with #783CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CB4; }
p { color: rgb(120,60,180); }
H1.HeaderClassName
{
color: #783CB4;
}
.AnyTagClassName
{
color: #783CB4;
}
</style>
background-color css
<style>
a { background-color: #783CB4; }
a { background-color: rgb(120,60,180); }
div.DivClassName
{
background-color: #783CB4;
}
.BgClassName
{
background-color: #783CB4;
}
</style>
border-color css
<style>
span { border-color: #783CB4; }
span { border-color: rgb(120,60,180); }
td.TdClassName
{
border-color: #783CB4;
}
.TagClassName
{
border-color: #783CB4;
}
</style>