Shades of Royal Purple #7338A7
Tints of Royal Purple #7338A7
RGB
CMYK
RGB Variations
Color information
#7338A7 (or 0x7338A7) is known color: Royal Purple. HEX triplet: 73, 38 and A7. RGB value is (115,56,167). Sum of RGB (Red+Green+Blue) = 115+56+167=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 167 (65.62% from 255 or 49.41% from 338); Max value from RGB is 167 - color contains mainly: blue. Hex color #7338A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7338A7 is #8CC758. Grayscale: #555555. Windows color (decimal): -9226073 or 10958963. OLE color: 10958963.
HSL color Cylindrical-coordinate representation of color #7338A7: hue angle of 271.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7338A7 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 56 | 167 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.35 |
| HSL | 271.89º | 0.5% | 0.44% | - |
| HSV(B) | 271.89º | 0.66% | 0.65% | - |
| XYZ | 15.46 | 9.26 | 37.53 | - |
| YUV | 86.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 167 | 0.31 | 0.66 | 0 | 0.35 | 271.89 | 0.5 | 0.44 |
| Hex | 73 | 38 | A7 | 1F | 42 | 0 | 23 | 110 | 32 | 2C |
| Octal | 163 | 70 | 247 | 37 | 102 | 0 | 43 | 420 | 62 | 54 |
| Binary | 1110011 | 111000 | 10100111 | 11111 | 1000010 | 0 | 100011 | 100010000 | 110010 | 101100 |
Color Harmonies of #7338A7
Complementary color
Monochromatic Colors of #7338A7
Black with #7338A7
Text Example
Text Example
White with #7338A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7338A7; }
p { color: rgb(115,56,167); }
H1.HeaderClassName
{
color: #7338A7;
}
.AnyTagClassName
{
color: #7338A7;
}
</style>
background-color css
<style>
a { background-color: #7338A7; }
a { background-color: rgb(115,56,167); }
div.DivClassName
{
background-color: #7338A7;
}
.BgClassName
{
background-color: #7338A7;
}
</style>
border-color css
<style>
span { border-color: #7338A7; }
span { border-color: rgb(115,56,167); }
td.TdClassName
{
border-color: #7338A7;
}
.TagClassName
{
border-color: #7338A7;
}
</style>