Shades of Royal Purple #732FA1
Tints of Royal Purple #732FA1
RGB
CMYK
RGB Variations
Color information
#732FA1 (or 0x732FA1) is known color: Royal Purple. HEX triplet: 73, 2F and A1. RGB value is (115,47,161). Sum of RGB (Red+Green+Blue) = 115+47+161=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #732FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732FA1 is #8CD05E. Grayscale: #4F4F4F. Windows color (decimal): -9228383 or 10563443. OLE color: 10563443.
HSL color Cylindrical-coordinate representation of color #732FA1: hue angle of 275.79º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #732FA1 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 47 | 161 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.37 |
| HSL | 275.79º | 0.55% | 0.41% | - |
| HSV(B) | 275.79º | 0.71% | 0.63% | - |
| XYZ | 14.52 | 8.25 | 34.55 | - |
| YUV | 80.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 161 | 0.29 | 0.71 | 0 | 0.37 | 275.79 | 0.55 | 0.41 |
| Hex | 73 | 2F | A1 | 1D | 47 | 0 | 25 | 114 | 37 | 29 |
| Octal | 163 | 57 | 241 | 35 | 107 | 0 | 45 | 424 | 67 | 51 |
| Binary | 1110011 | 101111 | 10100001 | 11101 | 1000111 | 0 | 100101 | 100010100 | 110111 | 101001 |
Color Harmonies of #732FA1
Complementary color
Monochromatic Colors of #732FA1
Black with #732FA1
Text Example
Text Example
White with #732FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FA1; }
p { color: rgb(115,47,161); }
H1.HeaderClassName
{
color: #732FA1;
}
.AnyTagClassName
{
color: #732FA1;
}
</style>
background-color css
<style>
a { background-color: #732FA1; }
a { background-color: rgb(115,47,161); }
div.DivClassName
{
background-color: #732FA1;
}
.BgClassName
{
background-color: #732FA1;
}
</style>
border-color css
<style>
span { border-color: #732FA1; }
span { border-color: rgb(115,47,161); }
td.TdClassName
{
border-color: #732FA1;
}
.TagClassName
{
border-color: #732FA1;
}
</style>