Shades of Royal Purple #783CB3
Tints of Royal Purple #783CB3
RGB
CMYK
RGB Variations
Color information
#783CB3 (or 0x783CB3) is known color: Royal Purple. HEX triplet: 78, 3C and B3. RGB value is (120,60,179). Sum of RGB (Red+Green+Blue) = 120+60+179=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #783CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #783CB3 is #87C34C. Grayscale: #5B5B5B. Windows color (decimal): -8897357 or 11746424. OLE color: 11746424.
HSL color Cylindrical-coordinate representation of color #783CB3: hue angle of 270.25º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783CB3 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 60 | 179 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.30 |
| HSL | 270.25º | 0.5% | 0.47% | - |
| HSV(B) | 270.25º | 0.66% | 0.7% | - |
| XYZ | 17.5 | 10.48 | 43.75 | - |
| YUV | 91.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 179 | 0.33 | 0.66 | 0 | 0.30 | 270.25 | 0.5 | 0.47 |
| Hex | 78 | 3C | B3 | 21 | 42 | 0 | 1E | 10E | 32 | 2F |
| Octal | 170 | 74 | 263 | 41 | 102 | 0 | 36 | 416 | 62 | 57 |
| Binary | 1111000 | 111100 | 10110011 | 100001 | 1000010 | 0 | 11110 | 100001110 | 110010 | 101111 |
Color Harmonies of #783CB3
Complementary color
Monochromatic Colors of #783CB3
Black with #783CB3
Text Example
Text Example
White with #783CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783CB3; }
p { color: rgb(120,60,179); }
H1.HeaderClassName
{
color: #783CB3;
}
.AnyTagClassName
{
color: #783CB3;
}
</style>
background-color css
<style>
a { background-color: #783CB3; }
a { background-color: rgb(120,60,179); }
div.DivClassName
{
background-color: #783CB3;
}
.BgClassName
{
background-color: #783CB3;
}
</style>
border-color css
<style>
span { border-color: #783CB3; }
span { border-color: rgb(120,60,179); }
td.TdClassName
{
border-color: #783CB3;
}
.TagClassName
{
border-color: #783CB3;
}
</style>