Shades of Royal Purple #7430B1
Tints of Royal Purple #7430B1
RGB
CMYK
RGB Variations
Color information
#7430B1 (or 0x7430B1) is known color: Royal Purple. HEX triplet: 74, 30 and B1. RGB value is (116,48,177). Sum of RGB (Red+Green+Blue) = 116+48+177=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #7430B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7430B1 is #8BCF4E. Grayscale: #525252. Windows color (decimal): -9162575 or 11612276. OLE color: 11612276.
HSL color Cylindrical-coordinate representation of color #7430B1: hue angle of 271.63º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7430B1 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 48 | 177 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.31 |
| HSL | 271.63º | 0.57% | 0.44% | - |
| HSV(B) | 271.63º | 0.73% | 0.69% | - |
| XYZ | 16.2 | 9 | 42.48 | - |
| YUV | 83.04 | 181.03 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 177 | 0.34 | 0.73 | 0 | 0.31 | 271.63 | 0.57 | 0.44 |
| Hex | 74 | 30 | B1 | 22 | 49 | 0 | 1F | 110 | 39 | 2C |
| Octal | 164 | 60 | 261 | 42 | 111 | 0 | 37 | 420 | 71 | 54 |
| Binary | 1110100 | 110000 | 10110001 | 100010 | 1001001 | 0 | 11111 | 100010000 | 111001 | 101100 |
Color Harmonies of #7430B1
Complementary color
Monochromatic Colors of #7430B1
Black with #7430B1
Text Example
Text Example
White with #7430B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430B1; }
p { color: rgb(116,48,177); }
H1.HeaderClassName
{
color: #7430B1;
}
.AnyTagClassName
{
color: #7430B1;
}
</style>
background-color css
<style>
a { background-color: #7430B1; }
a { background-color: rgb(116,48,177); }
div.DivClassName
{
background-color: #7430B1;
}
.BgClassName
{
background-color: #7430B1;
}
</style>
border-color css
<style>
span { border-color: #7430B1; }
span { border-color: rgb(116,48,177); }
td.TdClassName
{
border-color: #7430B1;
}
.TagClassName
{
border-color: #7430B1;
}
</style>