Shades of Royal Purple #743FAF
Tints of Royal Purple #743FAF
RGB
CMYK
RGB Variations
Color information
#743FAF (or 0x743FAF) is known color: Royal Purple. HEX triplet: 74, 3F and AF. RGB value is (116,63,175). Sum of RGB (Red+Green+Blue) = 116+63+175=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 63 (25% from 255 or 17.80% 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 #743FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743FAF is #8BC050. Grayscale: #5B5B5B. Windows color (decimal): -9158737 or 11485044. OLE color: 11485044.
HSL color Cylindrical-coordinate representation of color #743FAF: hue angle of 268.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #743FAF is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 63 | 175 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.31 |
| HSL | 268.39º | 0.47% | 0.47% | - |
| HSV(B) | 268.39º | 0.64% | 0.69% | - |
| XYZ | 16.72 | 10.36 | 41.68 | - |
| YUV | 91.62 | 175.06 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 175 | 0.34 | 0.64 | 0 | 0.31 | 268.39 | 0.47 | 0.47 |
| Hex | 74 | 3F | AF | 22 | 40 | 0 | 1F | 10C | 2F | 2F |
| Octal | 164 | 77 | 257 | 42 | 100 | 0 | 37 | 414 | 57 | 57 |
| Binary | 1110100 | 111111 | 10101111 | 100010 | 1000000 | 0 | 11111 | 100001100 | 101111 | 101111 |
Color Harmonies of #743FAF
Complementary color
Monochromatic Colors of #743FAF
Black with #743FAF
Text Example
Text Example
White with #743FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743FAF; }
p { color: rgb(116,63,175); }
H1.HeaderClassName
{
color: #743FAF;
}
.AnyTagClassName
{
color: #743FAF;
}
</style>
background-color css
<style>
a { background-color: #743FAF; }
a { background-color: rgb(116,63,175); }
div.DivClassName
{
background-color: #743FAF;
}
.BgClassName
{
background-color: #743FAF;
}
</style>
border-color css
<style>
span { border-color: #743FAF; }
span { border-color: rgb(116,63,175); }
td.TdClassName
{
border-color: #743FAF;
}
.TagClassName
{
border-color: #743FAF;
}
</style>