Shades of Royal Purple #733DA5
Tints of Royal Purple #733DA5
RGB
CMYK
RGB Variations
Color information
#733DA5 (or 0x733DA5) is known color: Royal Purple. HEX triplet: 73, 3D and A5. RGB value is (115,61,165). Sum of RGB (Red+Green+Blue) = 115+61+165=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 165 (64.84% from 255 or 48.39% from 341); Max value from RGB is 165 - color contains mainly: blue. Hex color #733DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #733DA5 is #8CC25A. Grayscale: #585858. Windows color (decimal): -9224795 or 10829171. OLE color: 10829171.
HSL color Cylindrical-coordinate representation of color #733DA5: hue angle of 271.15º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #733DA5 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 61 | 165 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.35 |
| HSL | 271.15º | 0.46% | 0.44% | - |
| HSV(B) | 271.15º | 0.63% | 0.65% | - |
| XYZ | 15.53 | 9.7 | 36.65 | - |
| YUV | 89 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 165 | 0.30 | 0.63 | 0 | 0.35 | 271.15 | 0.46 | 0.44 |
| Hex | 73 | 3D | A5 | 1E | 3F | 0 | 23 | 10F | 2E | 2C |
| Octal | 163 | 75 | 245 | 36 | 77 | 0 | 43 | 417 | 56 | 54 |
| Binary | 1110011 | 111101 | 10100101 | 11110 | 111111 | 0 | 100011 | 100001111 | 101110 | 101100 |
Color Harmonies of #733DA5
Complementary color
Monochromatic Colors of #733DA5
Black with #733DA5
Text Example
Text Example
White with #733DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DA5; }
p { color: rgb(115,61,165); }
H1.HeaderClassName
{
color: #733DA5;
}
.AnyTagClassName
{
color: #733DA5;
}
</style>
background-color css
<style>
a { background-color: #733DA5; }
a { background-color: rgb(115,61,165); }
div.DivClassName
{
background-color: #733DA5;
}
.BgClassName
{
background-color: #733DA5;
}
</style>
border-color css
<style>
span { border-color: #733DA5; }
span { border-color: rgb(115,61,165); }
td.TdClassName
{
border-color: #733DA5;
}
.TagClassName
{
border-color: #733DA5;
}
</style>