Shades of Royal Purple #673FAF
Tints of Royal Purple #673FAF
RGB
CMYK
RGB Variations
Color information
#673FAF (or 0x673FAF) is known color: Royal Purple. HEX triplet: 67, 3F and AF. RGB value is (103,63,175). Sum of RGB (Red+Green+Blue) = 103+63+175=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #673FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673FAF is #98C050. Grayscale: #575757. Windows color (decimal): -10010705 or 11485031. OLE color: 11485031.
HSL color Cylindrical-coordinate representation of color #673FAF: hue angle of 261.43º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #673FAF is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 63 | 175 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.31 |
| HSL | 261.43º | 0.47% | 0.47% | - |
| HSV(B) | 261.43º | 0.64% | 0.69% | - |
| XYZ | 15.11 | 9.53 | 41.6 | - |
| YUV | 87.73 | 177.25 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 175 | 0.41 | 0.64 | 0 | 0.31 | 261.43 | 0.47 | 0.47 |
| Hex | 67 | 3F | AF | 29 | 40 | 0 | 1F | 105 | 2F | 2F |
| Octal | 147 | 77 | 257 | 51 | 100 | 0 | 37 | 405 | 57 | 57 |
| Binary | 1100111 | 111111 | 10101111 | 101001 | 1000000 | 0 | 11111 | 100000101 | 101111 | 101111 |
Color Harmonies of #673FAF
Complementary color
Monochromatic Colors of #673FAF
Black with #673FAF
Text Example
Text Example
White with #673FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FAF; }
p { color: rgb(103,63,175); }
H1.HeaderClassName
{
color: #673FAF;
}
.AnyTagClassName
{
color: #673FAF;
}
</style>
background-color css
<style>
a { background-color: #673FAF; }
a { background-color: rgb(103,63,175); }
div.DivClassName
{
background-color: #673FAF;
}
.BgClassName
{
background-color: #673FAF;
}
</style>
border-color css
<style>
span { border-color: #673FAF; }
span { border-color: rgb(103,63,175); }
td.TdClassName
{
border-color: #673FAF;
}
.TagClassName
{
border-color: #673FAF;
}
</style>