Shades of Royal Purple #733CAB
Tints of Royal Purple #733CAB
RGB
CMYK
RGB Variations
Color information
#733CAB (or 0x733CAB) is known color: Royal Purple. HEX triplet: 73, 3C and AB. RGB value is (115,60,171). Sum of RGB (Red+Green+Blue) = 115+60+171=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #733CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733CAB is #8CC354. Grayscale: #585858. Windows color (decimal): -9225045 or 11222131. OLE color: 11222131.
HSL color Cylindrical-coordinate representation of color #733CAB: hue angle of 269.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #733CAB is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 60 | 171 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.33 |
| HSL | 269.73º | 0.48% | 0.45% | - |
| HSV(B) | 269.73º | 0.65% | 0.67% | - |
| XYZ | 16.04 | 9.82 | 39.58 | - |
| YUV | 89.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 171 | 0.33 | 0.65 | 0 | 0.33 | 269.73 | 0.48 | 0.45 |
| Hex | 73 | 3C | AB | 21 | 41 | 0 | 21 | 10E | 30 | 2D |
| Octal | 163 | 74 | 253 | 41 | 101 | 0 | 41 | 416 | 60 | 55 |
| Binary | 1110011 | 111100 | 10101011 | 100001 | 1000001 | 0 | 100001 | 100001110 | 110000 | 101101 |
Color Harmonies of #733CAB
Complementary color
Monochromatic Colors of #733CAB
Black with #733CAB
Text Example
Text Example
White with #733CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CAB; }
p { color: rgb(115,60,171); }
H1.HeaderClassName
{
color: #733CAB;
}
.AnyTagClassName
{
color: #733CAB;
}
</style>
background-color css
<style>
a { background-color: #733CAB; }
a { background-color: rgb(115,60,171); }
div.DivClassName
{
background-color: #733CAB;
}
.BgClassName
{
background-color: #733CAB;
}
</style>
border-color css
<style>
span { border-color: #733CAB; }
span { border-color: rgb(115,60,171); }
td.TdClassName
{
border-color: #733CAB;
}
.TagClassName
{
border-color: #733CAB;
}
</style>