Shades of Royal Purple #673D92
Tints of Royal Purple #673D92
RGB
CMYK
RGB Variations
Color information
#673D92 (or 0x673D92) is known color: Royal Purple. HEX triplet: 67, 3D and 92. RGB value is (103,61,146). Sum of RGB (Red+Green+Blue) = 103+61+146=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #673D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673D92 is #98C26D. Grayscale: #525252. Windows color (decimal): -10011246 or 9583975. OLE color: 9583975.
HSL color Cylindrical-coordinate representation of color #673D92: hue angle of 269.65º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #673D92 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 61 | 146 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.43 |
| HSL | 269.65º | 0.41% | 0.41% | - |
| HSV(B) | 269.65º | 0.58% | 0.57% | - |
| XYZ | 12.45 | 8.3 | 28.14 | - |
| YUV | 83.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 146 | 0.29 | 0.58 | 0 | 0.43 | 269.65 | 0.41 | 0.41 |
| Hex | 67 | 3D | 92 | 1D | 3A | 0 | 2B | 10E | 29 | 29 |
| Octal | 147 | 75 | 222 | 35 | 72 | 0 | 53 | 416 | 51 | 51 |
| Binary | 1100111 | 111101 | 10010010 | 11101 | 111010 | 0 | 101011 | 100001110 | 101001 | 101001 |
Color Harmonies of #673D92
Complementary color
Monochromatic Colors of #673D92
Black with #673D92
Text Example
Text Example
White with #673D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D92; }
p { color: rgb(103,61,146); }
H1.HeaderClassName
{
color: #673D92;
}
.AnyTagClassName
{
color: #673D92;
}
</style>
background-color css
<style>
a { background-color: #673D92; }
a { background-color: rgb(103,61,146); }
div.DivClassName
{
background-color: #673D92;
}
.BgClassName
{
background-color: #673D92;
}
</style>
border-color css
<style>
span { border-color: #673D92; }
span { border-color: rgb(103,61,146); }
td.TdClassName
{
border-color: #673D92;
}
.TagClassName
{
border-color: #673D92;
}
</style>