Shades of Royal Purple #673DAE
Tints of Royal Purple #673DAE
RGB
CMYK
RGB Variations
Color information
#673DAE (or 0x673DAE) is known color: Royal Purple. HEX triplet: 67, 3D and AE. RGB value is (103,61,174). Sum of RGB (Red+Green+Blue) = 103+61+174=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #673DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673DAE is #98C251. Grayscale: #565656. Windows color (decimal): -10011218 or 11418983. OLE color: 11418983.
HSL color Cylindrical-coordinate representation of color #673DAE: hue angle of 262.3º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #673DAE is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 61 | 174 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.32 |
| HSL | 262.3º | 0.48% | 0.46% | - |
| HSV(B) | 262.3º | 0.65% | 0.68% | - |
| XYZ | 14.9 | 9.28 | 41.05 | - |
| YUV | 86.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 174 | 0.41 | 0.65 | 0 | 0.32 | 262.3 | 0.48 | 0.46 |
| Hex | 67 | 3D | AE | 29 | 41 | 0 | 20 | 106 | 30 | 2E |
| Octal | 147 | 75 | 256 | 51 | 101 | 0 | 40 | 406 | 60 | 56 |
| Binary | 1100111 | 111101 | 10101110 | 101001 | 1000001 | 0 | 100000 | 100000110 | 110000 | 101110 |
Color Harmonies of #673DAE
Complementary color
Monochromatic Colors of #673DAE
Black with #673DAE
Text Example
Text Example
White with #673DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DAE; }
p { color: rgb(103,61,174); }
H1.HeaderClassName
{
color: #673DAE;
}
.AnyTagClassName
{
color: #673DAE;
}
</style>
background-color css
<style>
a { background-color: #673DAE; }
a { background-color: rgb(103,61,174); }
div.DivClassName
{
background-color: #673DAE;
}
.BgClassName
{
background-color: #673DAE;
}
</style>
border-color css
<style>
span { border-color: #673DAE; }
span { border-color: rgb(103,61,174); }
td.TdClassName
{
border-color: #673DAE;
}
.TagClassName
{
border-color: #673DAE;
}
</style>