Shades of Royal Purple #733DAF
Tints of Royal Purple #733DAF
RGB
CMYK
RGB Variations
Color information
#733DAF (or 0x733DAF) is known color: Royal Purple. HEX triplet: 73, 3D and AF. RGB value is (115,61,175). Sum of RGB (Red+Green+Blue) = 115+61+175=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #733DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733DAF is #8CC250. Grayscale: #595959. Windows color (decimal): -9224785 or 11484531. OLE color: 11484531.
HSL color Cylindrical-coordinate representation of color #733DAF: hue angle of 268.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #733DAF is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 61 | 175 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.31 |
| HSL | 268.42º | 0.48% | 0.46% | - |
| HSV(B) | 268.42º | 0.65% | 0.69% | - |
| XYZ | 16.48 | 10.08 | 41.63 | - |
| YUV | 90.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 175 | 0.34 | 0.65 | 0 | 0.31 | 268.42 | 0.48 | 0.46 |
| Hex | 73 | 3D | AF | 22 | 41 | 0 | 1F | 10C | 30 | 2E |
| Octal | 163 | 75 | 257 | 42 | 101 | 0 | 37 | 414 | 60 | 56 |
| Binary | 1110011 | 111101 | 10101111 | 100010 | 1000001 | 0 | 11111 | 100001100 | 110000 | 101110 |
Color Harmonies of #733DAF
Complementary color
Monochromatic Colors of #733DAF
Black with #733DAF
Text Example
Text Example
White with #733DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DAF; }
p { color: rgb(115,61,175); }
H1.HeaderClassName
{
color: #733DAF;
}
.AnyTagClassName
{
color: #733DAF;
}
</style>
background-color css
<style>
a { background-color: #733DAF; }
a { background-color: rgb(115,61,175); }
div.DivClassName
{
background-color: #733DAF;
}
.BgClassName
{
background-color: #733DAF;
}
</style>
border-color css
<style>
span { border-color: #733DAF; }
span { border-color: rgb(115,61,175); }
td.TdClassName
{
border-color: #733DAF;
}
.TagClassName
{
border-color: #733DAF;
}
</style>