Shades of Royal Purple #673194
Tints of Royal Purple #673194
RGB
CMYK
RGB Variations
Color information
#673194 (or 0x673194) is known color: Royal Purple. HEX triplet: 67, 31 and 94. RGB value is (103,49,148). Sum of RGB (Red+Green+Blue) = 103+49+148=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #673194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673194 is #98CE6B. Grayscale: #4C4C4C. Windows color (decimal): -10014316 or 9711975. OLE color: 9711975.
HSL color Cylindrical-coordinate representation of color #673194: hue angle of 272.73º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673194 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 49 | 148 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.42 |
| HSL | 272.73º | 0.5% | 0.39% | - |
| HSV(B) | 272.73º | 0.67% | 0.58% | - |
| XYZ | 12.04 | 7.22 | 28.78 | - |
| YUV | 76.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 148 | 0.30 | 0.67 | 0 | 0.42 | 272.73 | 0.5 | 0.39 |
| Hex | 67 | 31 | 94 | 1E | 43 | 0 | 2A | 111 | 32 | 27 |
| Octal | 147 | 61 | 224 | 36 | 103 | 0 | 52 | 421 | 62 | 47 |
| Binary | 1100111 | 110001 | 10010100 | 11110 | 1000011 | 0 | 101010 | 100010001 | 110010 | 100111 |
Color Harmonies of #673194
Complementary color
Monochromatic Colors of #673194
Black with #673194
Text Example
Text Example
White with #673194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673194; }
p { color: rgb(103,49,148); }
H1.HeaderClassName
{
color: #673194;
}
.AnyTagClassName
{
color: #673194;
}
</style>
background-color css
<style>
a { background-color: #673194; }
a { background-color: rgb(103,49,148); }
div.DivClassName
{
background-color: #673194;
}
.BgClassName
{
background-color: #673194;
}
</style>
border-color css
<style>
span { border-color: #673194; }
span { border-color: rgb(103,49,148); }
td.TdClassName
{
border-color: #673194;
}
.TagClassName
{
border-color: #673194;
}
</style>