Shades of Royal Purple #733CB2
Tints of Royal Purple #733CB2
RGB
CMYK
RGB Variations
Color information
#733CB2 (or 0x733CB2) is known color: Royal Purple. HEX triplet: 73, 3C and B2. RGB value is (115,60,178). Sum of RGB (Red+Green+Blue) = 115+60+178=353 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.58% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #733CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733CB2 is #8CC34D. Grayscale: #595959. Windows color (decimal): -9225038 or 11680883. OLE color: 11680883.
HSL color Cylindrical-coordinate representation of color #733CB2: hue angle of 267.97º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #733CB2 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 60 | 178 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.30 |
| HSL | 267.97º | 0.5% | 0.47% | - |
| HSV(B) | 267.97º | 0.66% | 0.7% | - |
| XYZ | 16.72 | 10.09 | 43.19 | - |
| YUV | 89.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 178 | 0.35 | 0.66 | 0 | 0.30 | 267.97 | 0.5 | 0.47 |
| Hex | 73 | 3C | B2 | 23 | 42 | 0 | 1E | 10C | 32 | 2F |
| Octal | 163 | 74 | 262 | 43 | 102 | 0 | 36 | 414 | 62 | 57 |
| Binary | 1110011 | 111100 | 10110010 | 100011 | 1000010 | 0 | 11110 | 100001100 | 110010 | 101111 |
Color Harmonies of #733CB2
Complementary color
Monochromatic Colors of #733CB2
Black with #733CB2
Text Example
Text Example
White with #733CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CB2; }
p { color: rgb(115,60,178); }
H1.HeaderClassName
{
color: #733CB2;
}
.AnyTagClassName
{
color: #733CB2;
}
</style>
background-color css
<style>
a { background-color: #733CB2; }
a { background-color: rgb(115,60,178); }
div.DivClassName
{
background-color: #733CB2;
}
.BgClassName
{
background-color: #733CB2;
}
</style>
border-color css
<style>
span { border-color: #733CB2; }
span { border-color: rgb(115,60,178); }
td.TdClassName
{
border-color: #733CB2;
}
.TagClassName
{
border-color: #733CB2;
}
</style>