Shades of Royal Purple #732DA4
Tints of Royal Purple #732DA4
RGB
CMYK
RGB Variations
Color information
#732DA4 (or 0x732DA4) is known color: Royal Purple. HEX triplet: 73, 2D and A4. RGB value is (115,45,164). Sum of RGB (Red+Green+Blue) = 115+45+164=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #732DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DA4 is #8CD25B. Grayscale: #4F4F4F. Windows color (decimal): -9228892 or 10759539. OLE color: 10759539.
HSL color Cylindrical-coordinate representation of color #732DA4: hue angle of 275.29º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732DA4 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 45 | 164 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.36 |
| HSL | 275.29º | 0.57% | 0.41% | - |
| HSV(B) | 275.29º | 0.73% | 0.64% | - |
| XYZ | 14.71 | 8.2 | 35.93 | - |
| YUV | 79.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 164 | 0.30 | 0.73 | 0 | 0.36 | 275.29 | 0.57 | 0.41 |
| Hex | 73 | 2D | A4 | 1E | 49 | 0 | 24 | 113 | 39 | 29 |
| Octal | 163 | 55 | 244 | 36 | 111 | 0 | 44 | 423 | 71 | 51 |
| Binary | 1110011 | 101101 | 10100100 | 11110 | 1001001 | 0 | 100100 | 100010011 | 111001 | 101001 |
Color Harmonies of #732DA4
Complementary color
Monochromatic Colors of #732DA4
Black with #732DA4
Text Example
Text Example
White with #732DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DA4; }
p { color: rgb(115,45,164); }
H1.HeaderClassName
{
color: #732DA4;
}
.AnyTagClassName
{
color: #732DA4;
}
</style>
background-color css
<style>
a { background-color: #732DA4; }
a { background-color: rgb(115,45,164); }
div.DivClassName
{
background-color: #732DA4;
}
.BgClassName
{
background-color: #732DA4;
}
</style>
border-color css
<style>
span { border-color: #732DA4; }
span { border-color: rgb(115,45,164); }
td.TdClassName
{
border-color: #732DA4;
}
.TagClassName
{
border-color: #732DA4;
}
</style>