Shades of Royal Purple #673AAF
Tints of Royal Purple #673AAF
RGB
CMYK
RGB Variations
Color information
#673AAF (or 0x673AAF) is known color: Royal Purple. HEX triplet: 67, 3A and AF. RGB value is (103,58,175). Sum of RGB (Red+Green+Blue) = 103+58+175=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #673AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673AAF is #98C550. Grayscale: #545454. Windows color (decimal): -10011985 or 11483751. OLE color: 11483751.
HSL color Cylindrical-coordinate representation of color #673AAF: hue angle of 263.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673AAF is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 58 | 175 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.31 |
| HSL | 263.08º | 0.5% | 0.46% | - |
| HSV(B) | 263.08º | 0.67% | 0.69% | - |
| XYZ | 14.84 | 9 | 41.51 | - |
| YUV | 84.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 175 | 0.41 | 0.67 | 0 | 0.31 | 263.08 | 0.5 | 0.46 |
| Hex | 67 | 3A | AF | 29 | 43 | 0 | 1F | 107 | 32 | 2E |
| Octal | 147 | 72 | 257 | 51 | 103 | 0 | 37 | 407 | 62 | 56 |
| Binary | 1100111 | 111010 | 10101111 | 101001 | 1000011 | 0 | 11111 | 100000111 | 110010 | 101110 |
Color Harmonies of #673AAF
Complementary color
Monochromatic Colors of #673AAF
Black with #673AAF
Text Example
Text Example
White with #673AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673AAF; }
p { color: rgb(103,58,175); }
H1.HeaderClassName
{
color: #673AAF;
}
.AnyTagClassName
{
color: #673AAF;
}
</style>
background-color css
<style>
a { background-color: #673AAF; }
a { background-color: rgb(103,58,175); }
div.DivClassName
{
background-color: #673AAF;
}
.BgClassName
{
background-color: #673AAF;
}
</style>
border-color css
<style>
span { border-color: #673AAF; }
span { border-color: rgb(103,58,175); }
td.TdClassName
{
border-color: #673AAF;
}
.TagClassName
{
border-color: #673AAF;
}
</style>