Shades of Royal Purple #732DAF
Tints of Royal Purple #732DAF
RGB
CMYK
RGB Variations
Color information
#732DAF (or 0x732DAF) is known color: Royal Purple. HEX triplet: 73, 2D and AF. RGB value is (115,45,175). Sum of RGB (Red+Green+Blue) = 115+45+175=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #732DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732DAF is #8CD250. Grayscale: #505050. Windows color (decimal): -9228881 or 11480435. OLE color: 11480435.
HSL color Cylindrical-coordinate representation of color #732DAF: hue angle of 272.31º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #732DAF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 45 | 175 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.31 |
| HSL | 272.31º | 0.59% | 0.43% | - |
| HSV(B) | 272.31º | 0.74% | 0.69% | - |
| XYZ | 15.75 | 8.62 | 41.39 | - |
| YUV | 80.75 | 181.19 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 175 | 0.34 | 0.74 | 0 | 0.31 | 272.31 | 0.59 | 0.43 |
| Hex | 73 | 2D | AF | 22 | 4A | 0 | 1F | 110 | 3B | 2B |
| Octal | 163 | 55 | 257 | 42 | 112 | 0 | 37 | 420 | 73 | 53 |
| Binary | 1110011 | 101101 | 10101111 | 100010 | 1001010 | 0 | 11111 | 100010000 | 111011 | 101011 |
Color Harmonies of #732DAF
Complementary color
Monochromatic Colors of #732DAF
Black with #732DAF
Text Example
Text Example
White with #732DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DAF; }
p { color: rgb(115,45,175); }
H1.HeaderClassName
{
color: #732DAF;
}
.AnyTagClassName
{
color: #732DAF;
}
</style>
background-color css
<style>
a { background-color: #732DAF; }
a { background-color: rgb(115,45,175); }
div.DivClassName
{
background-color: #732DAF;
}
.BgClassName
{
background-color: #732DAF;
}
</style>
border-color css
<style>
span { border-color: #732DAF; }
span { border-color: rgb(115,45,175); }
td.TdClassName
{
border-color: #732DAF;
}
.TagClassName
{
border-color: #732DAF;
}
</style>