Shades of Royal Purple #73389C
Tints of Royal Purple #73389C
RGB
CMYK
RGB Variations
Color information
#73389C (or 0x73389C) is known color: Royal Purple. HEX triplet: 73, 38 and 9C. RGB value is (115,56,156). Sum of RGB (Red+Green+Blue) = 115+56+156=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #73389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73389C is #8CC763. Grayscale: #545454. Windows color (decimal): -9226084 or 10238067. OLE color: 10238067.
HSL color Cylindrical-coordinate representation of color #73389C: hue angle of 275.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73389C is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 56 | 156 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.39 |
| HSL | 275.4º | 0.47% | 0.42% | - |
| HSV(B) | 275.4º | 0.64% | 0.61% | - |
| XYZ | 14.49 | 8.87 | 32.4 | - |
| YUV | 85.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 156 | 0.26 | 0.64 | 0 | 0.39 | 275.4 | 0.47 | 0.42 |
| Hex | 73 | 38 | 9C | 1A | 40 | 0 | 27 | 113 | 2F | 2A |
| Octal | 163 | 70 | 234 | 32 | 100 | 0 | 47 | 423 | 57 | 52 |
| Binary | 1110011 | 111000 | 10011100 | 11010 | 1000000 | 0 | 100111 | 100010011 | 101111 | 101010 |
Color Harmonies of #73389C
Complementary color
Monochromatic Colors of #73389C
Black with #73389C
Text Example
Text Example
White with #73389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73389C; }
p { color: rgb(115,56,156); }
H1.HeaderClassName
{
color: #73389C;
}
.AnyTagClassName
{
color: #73389C;
}
</style>
background-color css
<style>
a { background-color: #73389C; }
a { background-color: rgb(115,56,156); }
div.DivClassName
{
background-color: #73389C;
}
.BgClassName
{
background-color: #73389C;
}
</style>
border-color css
<style>
span { border-color: #73389C; }
span { border-color: rgb(115,56,156); }
td.TdClassName
{
border-color: #73389C;
}
.TagClassName
{
border-color: #73389C;
}
</style>