Shades of Royal Purple #733FB4
Tints of Royal Purple #733FB4
RGB
CMYK
RGB Variations
Color information
#733FB4 (or 0x733FB4) is known color: Royal Purple. HEX triplet: 73, 3F and B4. RGB value is (115,63,180). Sum of RGB (Red+Green+Blue) = 115+63+180=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 63 (25% from 255 or 17.60% 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 #733FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FB4 is #8CC04B. Grayscale: #5B5B5B. Windows color (decimal): -9224268 or 11812723. OLE color: 11812723.
HSL color Cylindrical-coordinate representation of color #733FB4: hue angle of 266.67º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #733FB4 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 63 | 180 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.29 |
| HSL | 266.67º | 0.48% | 0.48% | - |
| HSV(B) | 266.67º | 0.65% | 0.71% | - |
| XYZ | 17.09 | 10.5 | 44.31 | - |
| YUV | 91.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 180 | 0.36 | 0.65 | 0 | 0.29 | 266.67 | 0.48 | 0.48 |
| Hex | 73 | 3F | B4 | 24 | 41 | 0 | 1D | 10B | 30 | 30 |
| Octal | 163 | 77 | 264 | 44 | 101 | 0 | 35 | 413 | 60 | 60 |
| Binary | 1110011 | 111111 | 10110100 | 100100 | 1000001 | 0 | 11101 | 100001011 | 110000 | 110000 |
Color Harmonies of #733FB4
Complementary color
Monochromatic Colors of #733FB4
Black with #733FB4
Text Example
Text Example
White with #733FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FB4; }
p { color: rgb(115,63,180); }
H1.HeaderClassName
{
color: #733FB4;
}
.AnyTagClassName
{
color: #733FB4;
}
</style>
background-color css
<style>
a { background-color: #733FB4; }
a { background-color: rgb(115,63,180); }
div.DivClassName
{
background-color: #733FB4;
}
.BgClassName
{
background-color: #733FB4;
}
</style>
border-color css
<style>
span { border-color: #733FB4; }
span { border-color: rgb(115,63,180); }
td.TdClassName
{
border-color: #733FB4;
}
.TagClassName
{
border-color: #733FB4;
}
</style>