Shades of Royal Purple #673B92
Tints of Royal Purple #673B92
RGB
CMYK
RGB Variations
Color information
#673B92 (or 0x673B92) is known color: Royal Purple. HEX triplet: 67, 3B and 92. RGB value is (103,59,146). Sum of RGB (Red+Green+Blue) = 103+59+146=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #673B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673B92 is #98C46D. Grayscale: #515151. Windows color (decimal): -10011758 or 9583463. OLE color: 9583463.
HSL color Cylindrical-coordinate representation of color #673B92: hue angle of 270.34º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #673B92 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 59 | 146 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.43 |
| HSL | 270.34º | 0.42% | 0.4% | - |
| HSV(B) | 270.34º | 0.6% | 0.57% | - |
| XYZ | 12.35 | 8.09 | 28.1 | - |
| YUV | 82.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 146 | 0.29 | 0.60 | 0 | 0.43 | 270.34 | 0.42 | 0.4 |
| Hex | 67 | 3B | 92 | 1D | 3C | 0 | 2B | 10E | 2A | 28 |
| Octal | 147 | 73 | 222 | 35 | 74 | 0 | 53 | 416 | 52 | 50 |
| Binary | 1100111 | 111011 | 10010010 | 11101 | 111100 | 0 | 101011 | 100001110 | 101010 | 101000 |
Color Harmonies of #673B92
Complementary color
Monochromatic Colors of #673B92
Black with #673B92
Text Example
Text Example
White with #673B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673B92; }
p { color: rgb(103,59,146); }
H1.HeaderClassName
{
color: #673B92;
}
.AnyTagClassName
{
color: #673B92;
}
</style>
background-color css
<style>
a { background-color: #673B92; }
a { background-color: rgb(103,59,146); }
div.DivClassName
{
background-color: #673B92;
}
.BgClassName
{
background-color: #673B92;
}
</style>
border-color css
<style>
span { border-color: #673B92; }
span { border-color: rgb(103,59,146); }
td.TdClassName
{
border-color: #673B92;
}
.TagClassName
{
border-color: #673B92;
}
</style>