Shades of Royal Purple #673AAD
Tints of Royal Purple #673AAD
RGB
CMYK
RGB Variations
Color information
#673AAD (or 0x673AAD) is known color: Royal Purple. HEX triplet: 67, 3A and AD. RGB value is (103,58,173). Sum of RGB (Red+Green+Blue) = 103+58+173=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #673AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673AAD is #98C552. Grayscale: #545454. Windows color (decimal): -10011987 or 11352679. OLE color: 11352679.
HSL color Cylindrical-coordinate representation of color #673AAD: hue angle of 263.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673AAD is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 58 | 173 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.32 |
| HSL | 263.48º | 0.5% | 0.45% | - |
| HSV(B) | 263.48º | 0.66% | 0.68% | - |
| XYZ | 14.65 | 8.93 | 40.49 | - |
| YUV | 84.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 173 | 0.40 | 0.66 | 0 | 0.32 | 263.48 | 0.5 | 0.45 |
| Hex | 67 | 3A | AD | 28 | 42 | 0 | 20 | 107 | 32 | 2D |
| Octal | 147 | 72 | 255 | 50 | 102 | 0 | 40 | 407 | 62 | 55 |
| Binary | 1100111 | 111010 | 10101101 | 101000 | 1000010 | 0 | 100000 | 100000111 | 110010 | 101101 |
Color Harmonies of #673AAD
Complementary color
Monochromatic Colors of #673AAD
Black with #673AAD
Text Example
Text Example
White with #673AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673AAD; }
p { color: rgb(103,58,173); }
H1.HeaderClassName
{
color: #673AAD;
}
.AnyTagClassName
{
color: #673AAD;
}
</style>
background-color css
<style>
a { background-color: #673AAD; }
a { background-color: rgb(103,58,173); }
div.DivClassName
{
background-color: #673AAD;
}
.BgClassName
{
background-color: #673AAD;
}
</style>
border-color css
<style>
span { border-color: #673AAD; }
span { border-color: rgb(103,58,173); }
td.TdClassName
{
border-color: #673AAD;
}
.TagClassName
{
border-color: #673AAD;
}
</style>