Shades of Royal Purple #7832B2
Tints of Royal Purple #7832B2
RGB
CMYK
RGB Variations
Color information
#7832B2 (or 0x7832B2) is known color: Royal Purple. HEX triplet: 78, 32 and B2. RGB value is (120,50,178). Sum of RGB (Red+Green+Blue) = 120+50+178=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #7832B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7832B2 is #87CD4D. Grayscale: #555555. Windows color (decimal): -8899918 or 11678328. OLE color: 11678328.
HSL color Cylindrical-coordinate representation of color #7832B2: hue angle of 272.81º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7832B2 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 50 | 178 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.30 |
| HSL | 272.81º | 0.56% | 0.45% | - |
| HSV(B) | 272.81º | 0.72% | 0.7% | - |
| XYZ | 16.92 | 9.49 | 43.06 | - |
| YUV | 85.52 | 180.19 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 178 | 0.33 | 0.72 | 0 | 0.30 | 272.81 | 0.56 | 0.45 |
| Hex | 78 | 32 | B2 | 21 | 48 | 0 | 1E | 111 | 38 | 2D |
| Octal | 170 | 62 | 262 | 41 | 110 | 0 | 36 | 421 | 70 | 55 |
| Binary | 1111000 | 110010 | 10110010 | 100001 | 1001000 | 0 | 11110 | 100010001 | 111000 | 101101 |
Color Harmonies of #7832B2
Complementary color
Monochromatic Colors of #7832B2
Black with #7832B2
Text Example
Text Example
White with #7832B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7832B2; }
p { color: rgb(120,50,178); }
H1.HeaderClassName
{
color: #7832B2;
}
.AnyTagClassName
{
color: #7832B2;
}
</style>
background-color css
<style>
a { background-color: #7832B2; }
a { background-color: rgb(120,50,178); }
div.DivClassName
{
background-color: #7832B2;
}
.BgClassName
{
background-color: #7832B2;
}
</style>
border-color css
<style>
span { border-color: #7832B2; }
span { border-color: rgb(120,50,178); }
td.TdClassName
{
border-color: #7832B2;
}
.TagClassName
{
border-color: #7832B2;
}
</style>