Shades of Royal Purple #7B32B2
Tints of Royal Purple #7B32B2
RGB
CMYK
RGB Variations
Color information
#7B32B2 (or 0x7B32B2) is known color: Royal Purple. HEX triplet: 7B, 32 and B2. RGB value is (123,50,178). Sum of RGB (Red+Green+Blue) = 123+50+178=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #7B32B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B32B2 is #84CD4D. Grayscale: #555555. Windows color (decimal): -8703310 or 11678331. OLE color: 11678331.
HSL color Cylindrical-coordinate representation of color #7B32B2: hue angle of 274.22º 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 #7B32B2 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 50 | 178 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.30 |
| HSL | 274.22º | 0.56% | 0.45% | - |
| HSV(B) | 274.22º | 0.72% | 0.7% | - |
| XYZ | 17.34 | 9.71 | 43.08 | - |
| YUV | 86.42 | 179.68 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 178 | 0.31 | 0.72 | 0 | 0.30 | 274.22 | 0.56 | 0.45 |
| Hex | 7B | 32 | B2 | 1F | 48 | 0 | 1E | 112 | 38 | 2D |
| Octal | 173 | 62 | 262 | 37 | 110 | 0 | 36 | 422 | 70 | 55 |
| Binary | 1111011 | 110010 | 10110010 | 11111 | 1001000 | 0 | 11110 | 100010010 | 111000 | 101101 |
Color Harmonies of #7B32B2
Complementary color
Monochromatic Colors of #7B32B2
Black with #7B32B2
Text Example
Text Example
White with #7B32B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B32B2; }
p { color: rgb(123,50,178); }
H1.HeaderClassName
{
color: #7B32B2;
}
.AnyTagClassName
{
color: #7B32B2;
}
</style>
background-color css
<style>
a { background-color: #7B32B2; }
a { background-color: rgb(123,50,178); }
div.DivClassName
{
background-color: #7B32B2;
}
.BgClassName
{
background-color: #7B32B2;
}
</style>
border-color css
<style>
span { border-color: #7B32B2; }
span { border-color: rgb(123,50,178); }
td.TdClassName
{
border-color: #7B32B2;
}
.TagClassName
{
border-color: #7B32B2;
}
</style>