Shades of Royal Purple #7338AF
Tints of Royal Purple #7338AF
RGB
CMYK
RGB Variations
Color information
#7338AF (or 0x7338AF) is known color: Royal Purple. HEX triplet: 73, 38 and AF. RGB value is (115,56,175). Sum of RGB (Red+Green+Blue) = 115+56+175=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #7338AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7338AF is #8CC750. Grayscale: #565656. Windows color (decimal): -9226065 or 11483251. OLE color: 11483251.
HSL color Cylindrical-coordinate representation of color #7338AF: hue angle of 269.75º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7338AF is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 56 | 175 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.31 |
| HSL | 269.75º | 0.52% | 0.45% | - |
| HSV(B) | 269.75º | 0.68% | 0.69% | - |
| XYZ | 16.22 | 9.57 | 41.55 | - |
| YUV | 87.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 175 | 0.34 | 0.68 | 0 | 0.31 | 269.75 | 0.52 | 0.45 |
| Hex | 73 | 38 | AF | 22 | 44 | 0 | 1F | 10E | 34 | 2D |
| Octal | 163 | 70 | 257 | 42 | 104 | 0 | 37 | 416 | 64 | 55 |
| Binary | 1110011 | 111000 | 10101111 | 100010 | 1000100 | 0 | 11111 | 100001110 | 110100 | 101101 |
Color Harmonies of #7338AF
Complementary color
Monochromatic Colors of #7338AF
Black with #7338AF
Text Example
Text Example
White with #7338AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7338AF; }
p { color: rgb(115,56,175); }
H1.HeaderClassName
{
color: #7338AF;
}
.AnyTagClassName
{
color: #7338AF;
}
</style>
background-color css
<style>
a { background-color: #7338AF; }
a { background-color: rgb(115,56,175); }
div.DivClassName
{
background-color: #7338AF;
}
.BgClassName
{
background-color: #7338AF;
}
</style>
border-color css
<style>
span { border-color: #7338AF; }
span { border-color: rgb(115,56,175); }
td.TdClassName
{
border-color: #7338AF;
}
.TagClassName
{
border-color: #7338AF;
}
</style>