Shades of Royal Purple #673C93
Tints of Royal Purple #673C93
RGB
CMYK
RGB Variations
Color information
#673C93 (or 0x673C93) is known color: Royal Purple. HEX triplet: 67, 3C and 93. RGB value is (103,60,147). Sum of RGB (Red+Green+Blue) = 103+60+147=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #673C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673C93 is #98C36C. Grayscale: #525252. Windows color (decimal): -10011501 or 9649255. OLE color: 9649255.
HSL color Cylindrical-coordinate representation of color #673C93: hue angle of 269.66º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #673C93 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 60 | 147 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.42 |
| HSL | 269.66º | 0.42% | 0.41% | - |
| HSV(B) | 269.66º | 0.59% | 0.58% | - |
| XYZ | 12.48 | 8.22 | 28.53 | - |
| YUV | 82.78 | 164.25 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 147 | 0.30 | 0.59 | 0 | 0.42 | 269.66 | 0.42 | 0.41 |
| Hex | 67 | 3C | 93 | 1E | 3B | 0 | 2A | 10E | 2A | 29 |
| Octal | 147 | 74 | 223 | 36 | 73 | 0 | 52 | 416 | 52 | 51 |
| Binary | 1100111 | 111100 | 10010011 | 11110 | 111011 | 0 | 101010 | 100001110 | 101010 | 101001 |
Color Harmonies of #673C93
Complementary color
Monochromatic Colors of #673C93
Black with #673C93
Text Example
Text Example
White with #673C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C93; }
p { color: rgb(103,60,147); }
H1.HeaderClassName
{
color: #673C93;
}
.AnyTagClassName
{
color: #673C93;
}
</style>
background-color css
<style>
a { background-color: #673C93; }
a { background-color: rgb(103,60,147); }
div.DivClassName
{
background-color: #673C93;
}
.BgClassName
{
background-color: #673C93;
}
</style>
border-color css
<style>
span { border-color: #673C93; }
span { border-color: rgb(103,60,147); }
td.TdClassName
{
border-color: #673C93;
}
.TagClassName
{
border-color: #673C93;
}
</style>