Shades of Royal Purple #732DAB
Tints of Royal Purple #732DAB
RGB
CMYK
RGB Variations
Color information
#732DAB (or 0x732DAB) is known color: Royal Purple. HEX triplet: 73, 2D and AB. RGB value is (115,45,171). Sum of RGB (Red+Green+Blue) = 115+45+171=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 45 (17.97% from 255 or 13.60% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #732DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DAB is #8CD254. Grayscale: #4F4F4F. Windows color (decimal): -9228885 or 11218291. OLE color: 11218291.
HSL color Cylindrical-coordinate representation of color #732DAB: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #732DAB is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 45 | 171 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.33 |
| HSL | 273.33º | 0.58% | 0.42% | - |
| HSV(B) | 273.33º | 0.74% | 0.67% | - |
| XYZ | 15.36 | 8.46 | 39.35 | - |
| YUV | 80.29 | 179.19 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 171 | 0.33 | 0.74 | 0 | 0.33 | 273.33 | 0.58 | 0.42 |
| Hex | 73 | 2D | AB | 21 | 4A | 0 | 21 | 111 | 3A | 2A |
| Octal | 163 | 55 | 253 | 41 | 112 | 0 | 41 | 421 | 72 | 52 |
| Binary | 1110011 | 101101 | 10101011 | 100001 | 1001010 | 0 | 100001 | 100010001 | 111010 | 101010 |
Color Harmonies of #732DAB
Complementary color
Monochromatic Colors of #732DAB
Black with #732DAB
Text Example
Text Example
White with #732DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DAB; }
p { color: rgb(115,45,171); }
H1.HeaderClassName
{
color: #732DAB;
}
.AnyTagClassName
{
color: #732DAB;
}
</style>
background-color css
<style>
a { background-color: #732DAB; }
a { background-color: rgb(115,45,171); }
div.DivClassName
{
background-color: #732DAB;
}
.BgClassName
{
background-color: #732DAB;
}
</style>
border-color css
<style>
span { border-color: #732DAB; }
span { border-color: rgb(115,45,171); }
td.TdClassName
{
border-color: #732DAB;
}
.TagClassName
{
border-color: #732DAB;
}
</style>