Shades of Royal Purple #673AAE
Tints of Royal Purple #673AAE
RGB
CMYK
RGB Variations
Color information
#673AAE (or 0x673AAE) is known color: Royal Purple. HEX triplet: 67, 3A and AE. RGB value is (103,58,174). Sum of RGB (Red+Green+Blue) = 103+58+174=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #673AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673AAE is #98C551. Grayscale: #545454. Windows color (decimal): -10011986 or 11418215. OLE color: 11418215.
HSL color Cylindrical-coordinate representation of color #673AAE: hue angle of 263.28º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673AAE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 58 | 174 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.32 |
| HSL | 263.28º | 0.5% | 0.45% | - |
| HSV(B) | 263.28º | 0.67% | 0.68% | - |
| XYZ | 14.75 | 8.97 | 41 | - |
| YUV | 84.68 | 178.41 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 174 | 0.41 | 0.67 | 0 | 0.32 | 263.28 | 0.5 | 0.45 |
| Hex | 67 | 3A | AE | 29 | 43 | 0 | 20 | 107 | 32 | 2D |
| Octal | 147 | 72 | 256 | 51 | 103 | 0 | 40 | 407 | 62 | 55 |
| Binary | 1100111 | 111010 | 10101110 | 101001 | 1000011 | 0 | 100000 | 100000111 | 110010 | 101101 |
Color Harmonies of #673AAE
Complementary color
Monochromatic Colors of #673AAE
Black with #673AAE
Text Example
Text Example
White with #673AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673AAE; }
p { color: rgb(103,58,174); }
H1.HeaderClassName
{
color: #673AAE;
}
.AnyTagClassName
{
color: #673AAE;
}
</style>
background-color css
<style>
a { background-color: #673AAE; }
a { background-color: rgb(103,58,174); }
div.DivClassName
{
background-color: #673AAE;
}
.BgClassName
{
background-color: #673AAE;
}
</style>
border-color css
<style>
span { border-color: #673AAE; }
span { border-color: rgb(103,58,174); }
td.TdClassName
{
border-color: #673AAE;
}
.TagClassName
{
border-color: #673AAE;
}
</style>