Shades of Royal Purple #673FAE
Tints of Royal Purple #673FAE
RGB
CMYK
RGB Variations
Color information
#673FAE (or 0x673FAE) is known color: Royal Purple. HEX triplet: 67, 3F and AE. RGB value is (103,63,174). Sum of RGB (Red+Green+Blue) = 103+63+174=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #673FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673FAE is #98C051. Grayscale: #575757. Windows color (decimal): -10010706 or 11419495. OLE color: 11419495.
HSL color Cylindrical-coordinate representation of color #673FAE: hue angle of 261.62º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #673FAE is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 63 | 174 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.32 |
| HSL | 261.62º | 0.47% | 0.46% | - |
| HSV(B) | 261.62º | 0.64% | 0.68% | - |
| XYZ | 15.01 | 9.49 | 41.09 | - |
| YUV | 87.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 174 | 0.41 | 0.64 | 0 | 0.32 | 261.62 | 0.47 | 0.46 |
| Hex | 67 | 3F | AE | 29 | 40 | 0 | 20 | 106 | 2F | 2E |
| Octal | 147 | 77 | 256 | 51 | 100 | 0 | 40 | 406 | 57 | 56 |
| Binary | 1100111 | 111111 | 10101110 | 101001 | 1000000 | 0 | 100000 | 100000110 | 101111 | 101110 |
Color Harmonies of #673FAE
Complementary color
Monochromatic Colors of #673FAE
Black with #673FAE
Text Example
Text Example
White with #673FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FAE; }
p { color: rgb(103,63,174); }
H1.HeaderClassName
{
color: #673FAE;
}
.AnyTagClassName
{
color: #673FAE;
}
</style>
background-color css
<style>
a { background-color: #673FAE; }
a { background-color: rgb(103,63,174); }
div.DivClassName
{
background-color: #673FAE;
}
.BgClassName
{
background-color: #673FAE;
}
</style>
border-color css
<style>
span { border-color: #673FAE; }
span { border-color: rgb(103,63,174); }
td.TdClassName
{
border-color: #673FAE;
}
.TagClassName
{
border-color: #673FAE;
}
</style>