Shades of Royal Purple #673FAA
Tints of Royal Purple #673FAA
RGB
CMYK
RGB Variations
Color information
#673FAA (or 0x673FAA) is known color: Royal Purple. HEX triplet: 67, 3F and AA. RGB value is (103,63,170). Sum of RGB (Red+Green+Blue) = 103+63+170=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #673FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673FAA is #98C055. Grayscale: #565656. Windows color (decimal): -10010710 or 11157351. OLE color: 11157351.
HSL color Cylindrical-coordinate representation of color #673FAA: hue angle of 262.43º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #673FAA is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 63 | 170 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.33 |
| HSL | 262.43º | 0.46% | 0.46% | - |
| HSV(B) | 262.43º | 0.63% | 0.67% | - |
| XYZ | 14.63 | 9.34 | 39.06 | - |
| YUV | 87.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 170 | 0.39 | 0.63 | 0 | 0.33 | 262.43 | 0.46 | 0.46 |
| Hex | 67 | 3F | AA | 27 | 3F | 0 | 21 | 106 | 2E | 2E |
| Octal | 147 | 77 | 252 | 47 | 77 | 0 | 41 | 406 | 56 | 56 |
| Binary | 1100111 | 111111 | 10101010 | 100111 | 111111 | 0 | 100001 | 100000110 | 101110 | 101110 |
Color Harmonies of #673FAA
Complementary color
Monochromatic Colors of #673FAA
Black with #673FAA
Text Example
Text Example
White with #673FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FAA; }
p { color: rgb(103,63,170); }
H1.HeaderClassName
{
color: #673FAA;
}
.AnyTagClassName
{
color: #673FAA;
}
</style>
background-color css
<style>
a { background-color: #673FAA; }
a { background-color: rgb(103,63,170); }
div.DivClassName
{
background-color: #673FAA;
}
.BgClassName
{
background-color: #673FAA;
}
</style>
border-color css
<style>
span { border-color: #673FAA; }
span { border-color: rgb(103,63,170); }
td.TdClassName
{
border-color: #673FAA;
}
.TagClassName
{
border-color: #673FAA;
}
</style>