Shades of Royal Purple #7B37B4
Tints of Royal Purple #7B37B4
RGB
CMYK
RGB Variations
Color information
#7B37B4 (or 0x7B37B4) is known color: Royal Purple. HEX triplet: 7B, 37 and B4. RGB value is (123,55,180). Sum of RGB (Red+Green+Blue) = 123+55+180=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B37B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B37B4 is #84C84B. Grayscale: #595959. Windows color (decimal): -8702028 or 11810683. OLE color: 11810683.
HSL color Cylindrical-coordinate representation of color #7B37B4: hue angle of 272.64º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B37B4 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 55 | 180 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.29 |
| HSL | 272.64º | 0.53% | 0.46% | - |
| HSV(B) | 272.64º | 0.69% | 0.71% | - |
| XYZ | 17.77 | 10.24 | 44.22 | - |
| YUV | 89.58 | 179.03 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 180 | 0.32 | 0.69 | 0 | 0.29 | 272.64 | 0.53 | 0.46 |
| Hex | 7B | 37 | B4 | 20 | 45 | 0 | 1D | 111 | 35 | 2E |
| Octal | 173 | 67 | 264 | 40 | 105 | 0 | 35 | 421 | 65 | 56 |
| Binary | 1111011 | 110111 | 10110100 | 100000 | 1000101 | 0 | 11101 | 100010001 | 110101 | 101110 |
Color Harmonies of #7B37B4
Complementary color
Monochromatic Colors of #7B37B4
Black with #7B37B4
Text Example
Text Example
White with #7B37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B37B4; }
p { color: rgb(123,55,180); }
H1.HeaderClassName
{
color: #7B37B4;
}
.AnyTagClassName
{
color: #7B37B4;
}
</style>
background-color css
<style>
a { background-color: #7B37B4; }
a { background-color: rgb(123,55,180); }
div.DivClassName
{
background-color: #7B37B4;
}
.BgClassName
{
background-color: #7B37B4;
}
</style>
border-color css
<style>
span { border-color: #7B37B4; }
span { border-color: rgb(123,55,180); }
td.TdClassName
{
border-color: #7B37B4;
}
.TagClassName
{
border-color: #7B37B4;
}
</style>