Shades of Royal Purple #733CB4
Tints of Royal Purple #733CB4
RGB
CMYK
RGB Variations
Color information
#733CB4 (or 0x733CB4) is known color: Royal Purple. HEX triplet: 73, 3C and B4. RGB value is (115,60,180). Sum of RGB (Red+Green+Blue) = 115+60+180=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #733CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CB4 is #8CC34B. Grayscale: #595959. Windows color (decimal): -9225036 or 11811955. OLE color: 11811955.
HSL color Cylindrical-coordinate representation of color #733CB4: hue angle of 267.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #733CB4 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 60 | 180 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.29 |
| HSL | 267.5º | 0.5% | 0.47% | - |
| HSV(B) | 267.5º | 0.67% | 0.71% | - |
| XYZ | 16.92 | 10.17 | 44.25 | - |
| YUV | 90.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 180 | 0.36 | 0.67 | 0 | 0.29 | 267.5 | 0.5 | 0.47 |
| Hex | 73 | 3C | B4 | 24 | 43 | 0 | 1D | 10C | 32 | 2F |
| Octal | 163 | 74 | 264 | 44 | 103 | 0 | 35 | 414 | 62 | 57 |
| Binary | 1110011 | 111100 | 10110100 | 100100 | 1000011 | 0 | 11101 | 100001100 | 110010 | 101111 |
Color Harmonies of #733CB4
Complementary color
Monochromatic Colors of #733CB4
Black with #733CB4
Text Example
Text Example
White with #733CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CB4; }
p { color: rgb(115,60,180); }
H1.HeaderClassName
{
color: #733CB4;
}
.AnyTagClassName
{
color: #733CB4;
}
</style>
background-color css
<style>
a { background-color: #733CB4; }
a { background-color: rgb(115,60,180); }
div.DivClassName
{
background-color: #733CB4;
}
.BgClassName
{
background-color: #733CB4;
}
</style>
border-color css
<style>
span { border-color: #733CB4; }
span { border-color: rgb(115,60,180); }
td.TdClassName
{
border-color: #733CB4;
}
.TagClassName
{
border-color: #733CB4;
}
</style>