Shades of Royal Purple #7340AF
Tints of Royal Purple #7340AF
RGB
CMYK
RGB Variations
Color information
#7340AF (or 0x7340AF) is known color: Royal Purple. HEX triplet: 73, 40 and AF. RGB value is (115,64,175). Sum of RGB (Red+Green+Blue) = 115+64+175=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #7340AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7340AF is #8CBF50. Grayscale: #5B5B5B. Windows color (decimal): -9224017 or 11485299. OLE color: 11485299.
HSL color Cylindrical-coordinate representation of color #7340AF: hue angle of 267.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7340AF is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 64 | 175 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.31 |
| HSL | 267.57º | 0.46% | 0.47% | - |
| HSV(B) | 267.57º | 0.63% | 0.69% | - |
| XYZ | 16.64 | 10.41 | 41.69 | - |
| YUV | 91.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 175 | 0.34 | 0.63 | 0 | 0.31 | 267.57 | 0.46 | 0.47 |
| Hex | 73 | 40 | AF | 22 | 3F | 0 | 1F | 10C | 2E | 2F |
| Octal | 163 | 100 | 257 | 42 | 77 | 0 | 37 | 414 | 56 | 57 |
| Binary | 1110011 | 1000000 | 10101111 | 100010 | 111111 | 0 | 11111 | 100001100 | 101110 | 101111 |
Color Harmonies of #7340AF
Complementary color
Monochromatic Colors of #7340AF
Black with #7340AF
Text Example
Text Example
White with #7340AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340AF; }
p { color: rgb(115,64,175); }
H1.HeaderClassName
{
color: #7340AF;
}
.AnyTagClassName
{
color: #7340AF;
}
</style>
background-color css
<style>
a { background-color: #7340AF; }
a { background-color: rgb(115,64,175); }
div.DivClassName
{
background-color: #7340AF;
}
.BgClassName
{
background-color: #7340AF;
}
</style>
border-color css
<style>
span { border-color: #7340AF; }
span { border-color: rgb(115,64,175); }
td.TdClassName
{
border-color: #7340AF;
}
.TagClassName
{
border-color: #7340AF;
}
</style>