Shades of Royal Purple #7838B1
Tints of Royal Purple #7838B1
RGB
CMYK
RGB Variations
Color information
#7838B1 (or 0x7838B1) is known color: Royal Purple. HEX triplet: 78, 38 and B1. RGB value is (120,56,177). Sum of RGB (Red+Green+Blue) = 120+56+177=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #7838B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7838B1 is #87C74E. Grayscale: #585858. Windows color (decimal): -8898383 or 11614328. OLE color: 11614328.
HSL color Cylindrical-coordinate representation of color #7838B1: hue angle of 271.74º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7838B1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 56 | 177 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.31 |
| HSL | 271.74º | 0.52% | 0.46% | - |
| HSV(B) | 271.74º | 0.68% | 0.69% | - |
| XYZ | 17.1 | 10 | 42.62 | - |
| YUV | 88.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 177 | 0.32 | 0.68 | 0 | 0.31 | 271.74 | 0.52 | 0.46 |
| Hex | 78 | 38 | B1 | 20 | 44 | 0 | 1F | 110 | 34 | 2E |
| Octal | 170 | 70 | 261 | 40 | 104 | 0 | 37 | 420 | 64 | 56 |
| Binary | 1111000 | 111000 | 10110001 | 100000 | 1000100 | 0 | 11111 | 100010000 | 110100 | 101110 |
Color Harmonies of #7838B1
Complementary color
Monochromatic Colors of #7838B1
Black with #7838B1
Text Example
Text Example
White with #7838B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7838B1; }
p { color: rgb(120,56,177); }
H1.HeaderClassName
{
color: #7838B1;
}
.AnyTagClassName
{
color: #7838B1;
}
</style>
background-color css
<style>
a { background-color: #7838B1; }
a { background-color: rgb(120,56,177); }
div.DivClassName
{
background-color: #7838B1;
}
.BgClassName
{
background-color: #7838B1;
}
</style>
border-color css
<style>
span { border-color: #7838B1; }
span { border-color: rgb(120,56,177); }
td.TdClassName
{
border-color: #7838B1;
}
.TagClassName
{
border-color: #7838B1;
}
</style>