Shades of Royal Purple #7039B3
Tints of Royal Purple #7039B3
RGB
CMYK
RGB Variations
Color information
#7039B3 (or 0x7039B3) is known color: Royal Purple. HEX triplet: 70, 39 and B3. RGB value is (112,57,179). Sum of RGB (Red+Green+Blue) = 112+57+179=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #7039B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7039B3 is #8FC64C. Grayscale: #565656. Windows color (decimal): -9422413 or 11745648. OLE color: 11745648.
HSL color Cylindrical-coordinate representation of color #7039B3: hue angle of 267.05º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7039B3 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 57 | 179 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.30 |
| HSL | 267.05º | 0.52% | 0.46% | - |
| HSV(B) | 267.05º | 0.68% | 0.7% | - |
| XYZ | 16.28 | 9.63 | 43.65 | - |
| YUV | 87.35 | 179.72 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 179 | 0.37 | 0.68 | 0 | 0.30 | 267.05 | 0.52 | 0.46 |
| Hex | 70 | 39 | B3 | 25 | 44 | 0 | 1E | 10B | 34 | 2E |
| Octal | 160 | 71 | 263 | 45 | 104 | 0 | 36 | 413 | 64 | 56 |
| Binary | 1110000 | 111001 | 10110011 | 100101 | 1000100 | 0 | 11110 | 100001011 | 110100 | 101110 |
Color Harmonies of #7039B3
Complementary color
Monochromatic Colors of #7039B3
Black with #7039B3
Text Example
Text Example
White with #7039B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7039B3; }
p { color: rgb(112,57,179); }
H1.HeaderClassName
{
color: #7039B3;
}
.AnyTagClassName
{
color: #7039B3;
}
</style>
background-color css
<style>
a { background-color: #7039B3; }
a { background-color: rgb(112,57,179); }
div.DivClassName
{
background-color: #7039B3;
}
.BgClassName
{
background-color: #7039B3;
}
</style>
border-color css
<style>
span { border-color: #7039B3; }
span { border-color: rgb(112,57,179); }
td.TdClassName
{
border-color: #7039B3;
}
.TagClassName
{
border-color: #7039B3;
}
</style>