Shades of Royal Purple #673898
Tints of Royal Purple #673898
RGB
CMYK
RGB Variations
Color information
#673898 (or 0x673898) is known color: Royal Purple. HEX triplet: 67, 38 and 98. RGB value is (103,56,152). Sum of RGB (Red+Green+Blue) = 103+56+152=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #673898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673898 is #98C767. Grayscale: #505050. Windows color (decimal): -10012520 or 9975911. OLE color: 9975911.
HSL color Cylindrical-coordinate representation of color #673898: hue angle of 269.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #673898 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 56 | 152 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.40 |
| HSL | 269.38º | 0.46% | 0.41% | - |
| HSV(B) | 269.38º | 0.63% | 0.6% | - |
| XYZ | 12.68 | 7.98 | 30.58 | - |
| YUV | 81 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 152 | 0.32 | 0.63 | 0 | 0.40 | 269.38 | 0.46 | 0.41 |
| Hex | 67 | 38 | 98 | 20 | 3F | 0 | 28 | 10D | 2E | 29 |
| Octal | 147 | 70 | 230 | 40 | 77 | 0 | 50 | 415 | 56 | 51 |
| Binary | 1100111 | 111000 | 10011000 | 100000 | 111111 | 0 | 101000 | 100001101 | 101110 | 101001 |
Color Harmonies of #673898
Complementary color
Monochromatic Colors of #673898
Black with #673898
Text Example
Text Example
White with #673898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673898; }
p { color: rgb(103,56,152); }
H1.HeaderClassName
{
color: #673898;
}
.AnyTagClassName
{
color: #673898;
}
</style>
background-color css
<style>
a { background-color: #673898; }
a { background-color: rgb(103,56,152); }
div.DivClassName
{
background-color: #673898;
}
.BgClassName
{
background-color: #673898;
}
</style>
border-color css
<style>
span { border-color: #673898; }
span { border-color: rgb(103,56,152); }
td.TdClassName
{
border-color: #673898;
}
.TagClassName
{
border-color: #673898;
}
</style>