Shades of Royal Purple #7C38B3
Tints of Royal Purple #7C38B3
RGB
CMYK
RGB Variations
Color information
#7C38B3 (or 0x7C38B3) is known color: Royal Purple. HEX triplet: 7C, 38 and B3. RGB value is (124,56,179). Sum of RGB (Red+Green+Blue) = 124+56+179=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 56 (22.27% from 255 or 15.60% 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 #7C38B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C38B3 is #83C74C. Grayscale: #595959. Windows color (decimal): -8636237 or 11745404. OLE color: 11745404.
HSL color Cylindrical-coordinate representation of color #7C38B3: hue angle of 273.17º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C38B3 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 56 | 179 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.30 |
| HSL | 273.17º | 0.52% | 0.46% | - |
| HSV(B) | 273.17º | 0.69% | 0.7% | - |
| XYZ | 17.86 | 10.37 | 43.71 | - |
| YUV | 90.35 | 178.03 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 179 | 0.31 | 0.69 | 0 | 0.30 | 273.17 | 0.52 | 0.46 |
| Hex | 7C | 38 | B3 | 1F | 45 | 0 | 1E | 111 | 34 | 2E |
| Octal | 174 | 70 | 263 | 37 | 105 | 0 | 36 | 421 | 64 | 56 |
| Binary | 1111100 | 111000 | 10110011 | 11111 | 1000101 | 0 | 11110 | 100010001 | 110100 | 101110 |
Color Harmonies of #7C38B3
Complementary color
Monochromatic Colors of #7C38B3
Black with #7C38B3
Text Example
Text Example
White with #7C38B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C38B3; }
p { color: rgb(124,56,179); }
H1.HeaderClassName
{
color: #7C38B3;
}
.AnyTagClassName
{
color: #7C38B3;
}
</style>
background-color css
<style>
a { background-color: #7C38B3; }
a { background-color: rgb(124,56,179); }
div.DivClassName
{
background-color: #7C38B3;
}
.BgClassName
{
background-color: #7C38B3;
}
</style>
border-color css
<style>
span { border-color: #7C38B3; }
span { border-color: rgb(124,56,179); }
td.TdClassName
{
border-color: #7C38B3;
}
.TagClassName
{
border-color: #7C38B3;
}
</style>