Shades of Royal Purple #673992
Tints of Royal Purple #673992
RGB
CMYK
RGB Variations
Color information
#673992 (or 0x673992) is known color: Royal Purple. HEX triplet: 67, 39 and 92. RGB value is (103,57,146). Sum of RGB (Red+Green+Blue) = 103+57+146=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #673992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673992 is #98C66D. Grayscale: #505050. Windows color (decimal): -10012270 or 9582951. OLE color: 9582951.
HSL color Cylindrical-coordinate representation of color #673992: hue angle of 271.01º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #673992 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 57 | 146 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.43 |
| HSL | 271.01º | 0.44% | 0.4% | - |
| HSV(B) | 271.01º | 0.61% | 0.57% | - |
| XYZ | 12.24 | 7.89 | 28.07 | - |
| YUV | 80.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 146 | 0.29 | 0.61 | 0 | 0.43 | 271.01 | 0.44 | 0.4 |
| Hex | 67 | 39 | 92 | 1D | 3D | 0 | 2B | 10F | 2C | 28 |
| Octal | 147 | 71 | 222 | 35 | 75 | 0 | 53 | 417 | 54 | 50 |
| Binary | 1100111 | 111001 | 10010010 | 11101 | 111101 | 0 | 101011 | 100001111 | 101100 | 101000 |
Color Harmonies of #673992
Complementary color
Monochromatic Colors of #673992
Black with #673992
Text Example
Text Example
White with #673992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673992; }
p { color: rgb(103,57,146); }
H1.HeaderClassName
{
color: #673992;
}
.AnyTagClassName
{
color: #673992;
}
</style>
background-color css
<style>
a { background-color: #673992; }
a { background-color: rgb(103,57,146); }
div.DivClassName
{
background-color: #673992;
}
.BgClassName
{
background-color: #673992;
}
</style>
border-color css
<style>
span { border-color: #673992; }
span { border-color: rgb(103,57,146); }
td.TdClassName
{
border-color: #673992;
}
.TagClassName
{
border-color: #673992;
}
</style>