Shades of Royal Purple #673BAE
Tints of Royal Purple #673BAE
RGB
CMYK
RGB Variations
Color information
#673BAE (or 0x673BAE) is known color: Royal Purple. HEX triplet: 67, 3B and AE. RGB value is (103,59,174). Sum of RGB (Red+Green+Blue) = 103+59+174=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 59 (23.44% from 255 or 17.56% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #673BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673BAE is #98C451. Grayscale: #545454. Windows color (decimal): -10011730 or 11418471. OLE color: 11418471.
HSL color Cylindrical-coordinate representation of color #673BAE: hue angle of 262.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673BAE is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 59 | 174 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.32 |
| HSL | 262.96º | 0.49% | 0.46% | - |
| HSV(B) | 262.96º | 0.66% | 0.68% | - |
| XYZ | 14.8 | 9.07 | 41.01 | - |
| YUV | 85.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 174 | 0.41 | 0.66 | 0 | 0.32 | 262.96 | 0.49 | 0.46 |
| Hex | 67 | 3B | AE | 29 | 42 | 0 | 20 | 107 | 31 | 2E |
| Octal | 147 | 73 | 256 | 51 | 102 | 0 | 40 | 407 | 61 | 56 |
| Binary | 1100111 | 111011 | 10101110 | 101001 | 1000010 | 0 | 100000 | 100000111 | 110001 | 101110 |
Color Harmonies of #673BAE
Complementary color
Monochromatic Colors of #673BAE
Black with #673BAE
Text Example
Text Example
White with #673BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BAE; }
p { color: rgb(103,59,174); }
H1.HeaderClassName
{
color: #673BAE;
}
.AnyTagClassName
{
color: #673BAE;
}
</style>
background-color css
<style>
a { background-color: #673BAE; }
a { background-color: rgb(103,59,174); }
div.DivClassName
{
background-color: #673BAE;
}
.BgClassName
{
background-color: #673BAE;
}
</style>
border-color css
<style>
span { border-color: #673BAE; }
span { border-color: rgb(103,59,174); }
td.TdClassName
{
border-color: #673BAE;
}
.TagClassName
{
border-color: #673BAE;
}
</style>