Shades of Royal Purple #7438AF
Tints of Royal Purple #7438AF
RGB
CMYK
RGB Variations
Color information
#7438AF (or 0x7438AF) is known color: Royal Purple. HEX triplet: 74, 38 and AF. RGB value is (116,56,175). Sum of RGB (Red+Green+Blue) = 116+56+175=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #7438AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7438AF is #8BC750. Grayscale: #575757. Windows color (decimal): -9160529 or 11483252. OLE color: 11483252.
HSL color Cylindrical-coordinate representation of color #7438AF: hue angle of 270.25º 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 #7438AF is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 56 | 175 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.31 |
| HSL | 270.25º | 0.52% | 0.45% | - |
| HSV(B) | 270.25º | 0.68% | 0.69% | - |
| XYZ | 16.35 | 9.64 | 41.56 | - |
| YUV | 87.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 175 | 0.34 | 0.68 | 0 | 0.31 | 270.25 | 0.52 | 0.45 |
| Hex | 74 | 38 | AF | 22 | 44 | 0 | 1F | 10E | 34 | 2D |
| Octal | 164 | 70 | 257 | 42 | 104 | 0 | 37 | 416 | 64 | 55 |
| Binary | 1110100 | 111000 | 10101111 | 100010 | 1000100 | 0 | 11111 | 100001110 | 110100 | 101101 |
Color Harmonies of #7438AF
Complementary color
Monochromatic Colors of #7438AF
Black with #7438AF
Text Example
Text Example
White with #7438AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7438AF; }
p { color: rgb(116,56,175); }
H1.HeaderClassName
{
color: #7438AF;
}
.AnyTagClassName
{
color: #7438AF;
}
</style>
background-color css
<style>
a { background-color: #7438AF; }
a { background-color: rgb(116,56,175); }
div.DivClassName
{
background-color: #7438AF;
}
.BgClassName
{
background-color: #7438AF;
}
</style>
border-color css
<style>
span { border-color: #7438AF; }
span { border-color: rgb(116,56,175); }
td.TdClassName
{
border-color: #7438AF;
}
.TagClassName
{
border-color: #7438AF;
}
</style>