Shades of Royal Purple #732CA2
Tints of Royal Purple #732CA2
RGB
CMYK
RGB Variations
Color information
#732CA2 (or 0x732CA2) is known color: Royal Purple. HEX triplet: 73, 2C and A2. RGB value is (115,44,162). Sum of RGB (Red+Green+Blue) = 115+44+162=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #732CA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732CA2 is #8CD35D. Grayscale: #4E4E4E. Windows color (decimal): -9229150 or 10628211. OLE color: 10628211.
HSL color Cylindrical-coordinate representation of color #732CA2: hue angle of 276.1º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732CA2 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 44 | 162 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.36 |
| HSL | 276.1º | 0.57% | 0.4% | - |
| HSV(B) | 276.1º | 0.73% | 0.64% | - |
| XYZ | 14.49 | 8.05 | 34.97 | - |
| YUV | 78.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 162 | 0.29 | 0.73 | 0 | 0.36 | 276.1 | 0.57 | 0.4 |
| Hex | 73 | 2C | A2 | 1D | 49 | 0 | 24 | 114 | 39 | 28 |
| Octal | 163 | 54 | 242 | 35 | 111 | 0 | 44 | 424 | 71 | 50 |
| Binary | 1110011 | 101100 | 10100010 | 11101 | 1001001 | 0 | 100100 | 100010100 | 111001 | 101000 |
Color Harmonies of #732CA2
Complementary color
Monochromatic Colors of #732CA2
Black with #732CA2
Text Example
Text Example
White with #732CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732CA2; }
p { color: rgb(115,44,162); }
H1.HeaderClassName
{
color: #732CA2;
}
.AnyTagClassName
{
color: #732CA2;
}
</style>
background-color css
<style>
a { background-color: #732CA2; }
a { background-color: rgb(115,44,162); }
div.DivClassName
{
background-color: #732CA2;
}
.BgClassName
{
background-color: #732CA2;
}
</style>
border-color css
<style>
span { border-color: #732CA2; }
span { border-color: rgb(115,44,162); }
td.TdClassName
{
border-color: #732CA2;
}
.TagClassName
{
border-color: #732CA2;
}
</style>