Shades of Royal Purple #673F91
Tints of Royal Purple #673F91
RGB
CMYK
RGB Variations
Color information
#673F91 (or 0x673F91) is known color: Royal Purple. HEX triplet: 67, 3F and 91. RGB value is (103,63,145). Sum of RGB (Red+Green+Blue) = 103+63+145=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #673F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673F91 is #98C06E. Grayscale: #545454. Windows color (decimal): -10010735 or 9518951. OLE color: 9518951.
HSL color Cylindrical-coordinate representation of color #673F91: hue angle of 269.27º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #673F91 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 63 | 145 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.43 |
| HSL | 269.27º | 0.39% | 0.41% | - |
| HSV(B) | 269.27º | 0.57% | 0.57% | - |
| XYZ | 12.48 | 8.48 | 27.77 | - |
| YUV | 84.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 145 | 0.29 | 0.57 | 0 | 0.43 | 269.27 | 0.39 | 0.41 |
| Hex | 67 | 3F | 91 | 1D | 39 | 0 | 2B | 10D | 27 | 29 |
| Octal | 147 | 77 | 221 | 35 | 71 | 0 | 53 | 415 | 47 | 51 |
| Binary | 1100111 | 111111 | 10010001 | 11101 | 111001 | 0 | 101011 | 100001101 | 100111 | 101001 |
Color Harmonies of #673F91
Complementary color
Monochromatic Colors of #673F91
Black with #673F91
Text Example
Text Example
White with #673F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F91; }
p { color: rgb(103,63,145); }
H1.HeaderClassName
{
color: #673F91;
}
.AnyTagClassName
{
color: #673F91;
}
</style>
background-color css
<style>
a { background-color: #673F91; }
a { background-color: rgb(103,63,145); }
div.DivClassName
{
background-color: #673F91;
}
.BgClassName
{
background-color: #673F91;
}
</style>
border-color css
<style>
span { border-color: #673F91; }
span { border-color: rgb(103,63,145); }
td.TdClassName
{
border-color: #673F91;
}
.TagClassName
{
border-color: #673F91;
}
</style>