Shades of Royal Purple #743AAF
Tints of Royal Purple #743AAF
RGB
CMYK
RGB Variations
Color information
#743AAF (or 0x743AAF) is known color: Royal Purple. HEX triplet: 74, 3A and AF. RGB value is (116,58,175). Sum of RGB (Red+Green+Blue) = 116+58+175=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #743AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743AAF is #8BC550. Grayscale: #585858. Windows color (decimal): -9160017 or 11483764. OLE color: 11483764.
HSL color Cylindrical-coordinate representation of color #743AAF: hue angle of 269.74º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743AAF is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 58 | 175 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.31 |
| HSL | 269.74º | 0.5% | 0.46% | - |
| HSV(B) | 269.74º | 0.67% | 0.69% | - |
| XYZ | 16.45 | 9.83 | 41.59 | - |
| YUV | 88.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 175 | 0.34 | 0.67 | 0 | 0.31 | 269.74 | 0.5 | 0.46 |
| Hex | 74 | 3A | AF | 22 | 43 | 0 | 1F | 10E | 32 | 2E |
| Octal | 164 | 72 | 257 | 42 | 103 | 0 | 37 | 416 | 62 | 56 |
| Binary | 1110100 | 111010 | 10101111 | 100010 | 1000011 | 0 | 11111 | 100001110 | 110010 | 101110 |
Color Harmonies of #743AAF
Complementary color
Monochromatic Colors of #743AAF
Black with #743AAF
Text Example
Text Example
White with #743AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743AAF; }
p { color: rgb(116,58,175); }
H1.HeaderClassName
{
color: #743AAF;
}
.AnyTagClassName
{
color: #743AAF;
}
</style>
background-color css
<style>
a { background-color: #743AAF; }
a { background-color: rgb(116,58,175); }
div.DivClassName
{
background-color: #743AAF;
}
.BgClassName
{
background-color: #743AAF;
}
</style>
border-color css
<style>
span { border-color: #743AAF; }
span { border-color: rgb(116,58,175); }
td.TdClassName
{
border-color: #743AAF;
}
.TagClassName
{
border-color: #743AAF;
}
</style>