Shades of Royal Purple #673F90
Tints of Royal Purple #673F90
RGB
CMYK
RGB Variations
Color information
#673F90 (or 0x673F90) is known color: Royal Purple. HEX triplet: 67, 3F and 90. RGB value is (103,63,144). Sum of RGB (Red+Green+Blue) = 103+63+144=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #673F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673F90 is #98C06F. Grayscale: #535353. Windows color (decimal): -10010736 or 9453415. OLE color: 9453415.
HSL color Cylindrical-coordinate representation of color #673F90: hue angle of 269.63º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #673F90 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 63 | 144 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.44 |
| HSL | 269.63º | 0.39% | 0.41% | - |
| HSV(B) | 269.63º | 0.56% | 0.56% | - |
| XYZ | 12.41 | 8.45 | 27.36 | - |
| YUV | 84.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 144 | 0.28 | 0.56 | 0 | 0.44 | 269.63 | 0.39 | 0.41 |
| Hex | 67 | 3F | 90 | 1C | 38 | 0 | 2C | 10E | 27 | 29 |
| Octal | 147 | 77 | 220 | 34 | 70 | 0 | 54 | 416 | 47 | 51 |
| Binary | 1100111 | 111111 | 10010000 | 11100 | 111000 | 0 | 101100 | 100001110 | 100111 | 101001 |
Color Harmonies of #673F90
Complementary color
Monochromatic Colors of #673F90
Black with #673F90
Text Example
Text Example
White with #673F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F90; }
p { color: rgb(103,63,144); }
H1.HeaderClassName
{
color: #673F90;
}
.AnyTagClassName
{
color: #673F90;
}
</style>
background-color css
<style>
a { background-color: #673F90; }
a { background-color: rgb(103,63,144); }
div.DivClassName
{
background-color: #673F90;
}
.BgClassName
{
background-color: #673F90;
}
</style>
border-color css
<style>
span { border-color: #673F90; }
span { border-color: rgb(103,63,144); }
td.TdClassName
{
border-color: #673F90;
}
.TagClassName
{
border-color: #673F90;
}
</style>