Shades of Royal Purple #733CB0
Tints of Royal Purple #733CB0
RGB
CMYK
RGB Variations
Color information
#733CB0 (or 0x733CB0) is known color: Royal Purple. HEX triplet: 73, 3C and B0. RGB value is (115,60,176). Sum of RGB (Red+Green+Blue) = 115+60+176=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #733CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733CB0 is #8CC34F. Grayscale: #595959. Windows color (decimal): -9225040 or 11549811. OLE color: 11549811.
HSL color Cylindrical-coordinate representation of color #733CB0: hue angle of 268.45º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #733CB0 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 60 | 176 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.31 |
| HSL | 268.45º | 0.49% | 0.46% | - |
| HSV(B) | 268.45º | 0.66% | 0.69% | - |
| XYZ | 16.52 | 10.01 | 42.14 | - |
| YUV | 89.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 176 | 0.35 | 0.66 | 0 | 0.31 | 268.45 | 0.49 | 0.46 |
| Hex | 73 | 3C | B0 | 23 | 42 | 0 | 1F | 10C | 31 | 2E |
| Octal | 163 | 74 | 260 | 43 | 102 | 0 | 37 | 414 | 61 | 56 |
| Binary | 1110011 | 111100 | 10110000 | 100011 | 1000010 | 0 | 11111 | 100001100 | 110001 | 101110 |
Color Harmonies of #733CB0
Complementary color
Monochromatic Colors of #733CB0
Black with #733CB0
Text Example
Text Example
White with #733CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CB0; }
p { color: rgb(115,60,176); }
H1.HeaderClassName
{
color: #733CB0;
}
.AnyTagClassName
{
color: #733CB0;
}
</style>
background-color css
<style>
a { background-color: #733CB0; }
a { background-color: rgb(115,60,176); }
div.DivClassName
{
background-color: #733CB0;
}
.BgClassName
{
background-color: #733CB0;
}
</style>
border-color css
<style>
span { border-color: #733CB0; }
span { border-color: rgb(115,60,176); }
td.TdClassName
{
border-color: #733CB0;
}
.TagClassName
{
border-color: #733CB0;
}
</style>