Shades of Royal Purple #673490
Tints of Royal Purple #673490
RGB
CMYK
RGB Variations
Color information
#673490 (or 0x673490) is known color: Royal Purple. HEX triplet: 67, 34 and 90. RGB value is (103,52,144). Sum of RGB (Red+Green+Blue) = 103+52+144=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #673490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673490 is #98CB6F. Grayscale: #4D4D4D. Windows color (decimal): -10013552 or 9450599. OLE color: 9450599.
HSL color Cylindrical-coordinate representation of color #673490: hue angle of 273.26º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #673490 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 52 | 144 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.44 |
| HSL | 273.26º | 0.47% | 0.38% | - |
| HSV(B) | 273.26º | 0.64% | 0.56% | - |
| XYZ | 11.86 | 7.35 | 27.18 | - |
| YUV | 77.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 144 | 0.28 | 0.64 | 0 | 0.44 | 273.26 | 0.47 | 0.38 |
| Hex | 67 | 34 | 90 | 1C | 40 | 0 | 2C | 111 | 2F | 26 |
| Octal | 147 | 64 | 220 | 34 | 100 | 0 | 54 | 421 | 57 | 46 |
| Binary | 1100111 | 110100 | 10010000 | 11100 | 1000000 | 0 | 101100 | 100010001 | 101111 | 100110 |
Color Harmonies of #673490
Complementary color
Monochromatic Colors of #673490
Black with #673490
Text Example
Text Example
White with #673490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673490; }
p { color: rgb(103,52,144); }
H1.HeaderClassName
{
color: #673490;
}
.AnyTagClassName
{
color: #673490;
}
</style>
background-color css
<style>
a { background-color: #673490; }
a { background-color: rgb(103,52,144); }
div.DivClassName
{
background-color: #673490;
}
.BgClassName
{
background-color: #673490;
}
</style>
border-color css
<style>
span { border-color: #673490; }
span { border-color: rgb(103,52,144); }
td.TdClassName
{
border-color: #673490;
}
.TagClassName
{
border-color: #673490;
}
</style>