Shades of Royal Purple #7040B4
Tints of Royal Purple #7040B4
RGB
CMYK
RGB Variations
Color information
#7040B4 (or 0x7040B4) is known color: Royal Purple. HEX triplet: 70, 40 and B4. RGB value is (112,64,180). Sum of RGB (Red+Green+Blue) = 112+64+180=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #7040B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7040B4 is #8FBF4B. Grayscale: #5B5B5B. Windows color (decimal): -9420620 or 11812976. OLE color: 11812976.
HSL color Cylindrical-coordinate representation of color #7040B4: hue angle of 264.83º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7040B4 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 64 | 180 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.29 |
| HSL | 264.83º | 0.48% | 0.48% | - |
| HSV(B) | 264.83º | 0.64% | 0.71% | - |
| XYZ | 16.75 | 10.41 | 44.31 | - |
| YUV | 91.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 180 | 0.38 | 0.64 | 0 | 0.29 | 264.83 | 0.48 | 0.48 |
| Hex | 70 | 40 | B4 | 26 | 40 | 0 | 1D | 109 | 30 | 30 |
| Octal | 160 | 100 | 264 | 46 | 100 | 0 | 35 | 411 | 60 | 60 |
| Binary | 1110000 | 1000000 | 10110100 | 100110 | 1000000 | 0 | 11101 | 100001001 | 110000 | 110000 |
Color Harmonies of #7040B4
Complementary color
Monochromatic Colors of #7040B4
Black with #7040B4
Text Example
Text Example
White with #7040B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7040B4; }
p { color: rgb(112,64,180); }
H1.HeaderClassName
{
color: #7040B4;
}
.AnyTagClassName
{
color: #7040B4;
}
</style>
background-color css
<style>
a { background-color: #7040B4; }
a { background-color: rgb(112,64,180); }
div.DivClassName
{
background-color: #7040B4;
}
.BgClassName
{
background-color: #7040B4;
}
</style>
border-color css
<style>
span { border-color: #7040B4; }
span { border-color: rgb(112,64,180); }
td.TdClassName
{
border-color: #7040B4;
}
.TagClassName
{
border-color: #7040B4;
}
</style>