Shades of Royal Purple #673F93
Tints of Royal Purple #673F93
RGB
CMYK
RGB Variations
Color information
#673F93 (or 0x673F93) is known color: Royal Purple. HEX triplet: 67, 3F and 93. RGB value is (103,63,147). Sum of RGB (Red+Green+Blue) = 103+63+147=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #673F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673F93 is #98C06C. Grayscale: #545454. Windows color (decimal): -10010733 or 9650023. OLE color: 9650023.
HSL color Cylindrical-coordinate representation of color #673F93: hue angle of 268.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #673F93 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 63 | 147 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.42 |
| HSL | 268.57º | 0.4% | 0.41% | - |
| HSV(B) | 268.57º | 0.57% | 0.58% | - |
| XYZ | 12.64 | 8.55 | 28.59 | - |
| YUV | 84.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 147 | 0.30 | 0.57 | 0 | 0.42 | 268.57 | 0.4 | 0.41 |
| Hex | 67 | 3F | 93 | 1E | 39 | 0 | 2A | 10D | 28 | 29 |
| Octal | 147 | 77 | 223 | 36 | 71 | 0 | 52 | 415 | 50 | 51 |
| Binary | 1100111 | 111111 | 10010011 | 11110 | 111001 | 0 | 101010 | 100001101 | 101000 | 101001 |
Color Harmonies of #673F93
Complementary color
Monochromatic Colors of #673F93
Black with #673F93
Text Example
Text Example
White with #673F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F93; }
p { color: rgb(103,63,147); }
H1.HeaderClassName
{
color: #673F93;
}
.AnyTagClassName
{
color: #673F93;
}
</style>
background-color css
<style>
a { background-color: #673F93; }
a { background-color: rgb(103,63,147); }
div.DivClassName
{
background-color: #673F93;
}
.BgClassName
{
background-color: #673F93;
}
</style>
border-color css
<style>
span { border-color: #673F93; }
span { border-color: rgb(103,63,147); }
td.TdClassName
{
border-color: #673F93;
}
.TagClassName
{
border-color: #673F93;
}
</style>