Shades of Royal Purple #673BAF
Tints of Royal Purple #673BAF
RGB
CMYK
RGB Variations
Color information
#673BAF (or 0x673BAF) is known color: Royal Purple. HEX triplet: 67, 3B and AF. RGB value is (103,59,175). Sum of RGB (Red+Green+Blue) = 103+59+175=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #673BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673BAF is #98C450. Grayscale: #545454. Windows color (decimal): -10011729 or 11484007. OLE color: 11484007.
HSL color Cylindrical-coordinate representation of color #673BAF: hue angle of 262.76º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673BAF is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 59 | 175 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.31 |
| HSL | 262.76º | 0.5% | 0.46% | - |
| HSV(B) | 262.76º | 0.66% | 0.69% | - |
| XYZ | 14.9 | 9.11 | 41.53 | - |
| YUV | 85.38 | 178.58 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 175 | 0.41 | 0.66 | 0 | 0.31 | 262.76 | 0.5 | 0.46 |
| Hex | 67 | 3B | AF | 29 | 42 | 0 | 1F | 107 | 32 | 2E |
| Octal | 147 | 73 | 257 | 51 | 102 | 0 | 37 | 407 | 62 | 56 |
| Binary | 1100111 | 111011 | 10101111 | 101001 | 1000010 | 0 | 11111 | 100000111 | 110010 | 101110 |
Color Harmonies of #673BAF
Complementary color
Monochromatic Colors of #673BAF
Black with #673BAF
Text Example
Text Example
White with #673BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BAF; }
p { color: rgb(103,59,175); }
H1.HeaderClassName
{
color: #673BAF;
}
.AnyTagClassName
{
color: #673BAF;
}
</style>
background-color css
<style>
a { background-color: #673BAF; }
a { background-color: rgb(103,59,175); }
div.DivClassName
{
background-color: #673BAF;
}
.BgClassName
{
background-color: #673BAF;
}
</style>
border-color css
<style>
span { border-color: #673BAF; }
span { border-color: rgb(103,59,175); }
td.TdClassName
{
border-color: #673BAF;
}
.TagClassName
{
border-color: #673BAF;
}
</style>