Shades of Royal Purple #673C96
Tints of Royal Purple #673C96
RGB
CMYK
RGB Variations
Color information
#673C96 (or 0x673C96) is known color: Royal Purple. HEX triplet: 67, 3C and 96. RGB value is (103,60,150). Sum of RGB (Red+Green+Blue) = 103+60+150=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #673C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673C96 is #98C369. Grayscale: #525252. Windows color (decimal): -10011498 or 9845863. OLE color: 9845863.
HSL color Cylindrical-coordinate representation of color #673C96: hue angle of 268.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #673C96 is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 60 | 150 | - |
| CMYK | 0.31 | 0.6 | 0 | 0.41 |
| HSL | 268.67º | 0.43% | 0.41% | - |
| HSV(B) | 268.67º | 0.6% | 0.59% | - |
| XYZ | 12.71 | 8.32 | 29.79 | - |
| YUV | 83.12 | 165.75 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 150 | 0.31 | 0.6 | 0 | 0.41 | 268.67 | 0.43 | 0.41 |
| Hex | 67 | 3C | 96 | 1F | 3C | 0 | 29 | 10D | 2B | 29 |
| Octal | 147 | 74 | 226 | 37 | 74 | 0 | 51 | 415 | 53 | 51 |
| Binary | 1100111 | 111100 | 10010110 | 11111 | 111100 | 0 | 101001 | 100001101 | 101011 | 101001 |
Color Harmonies of #673C96
Complementary color
Monochromatic Colors of #673C96
Black with #673C96
Text Example
Text Example
White with #673C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C96; }
p { color: rgb(103,60,150); }
H1.HeaderClassName
{
color: #673C96;
}
.AnyTagClassName
{
color: #673C96;
}
</style>
background-color css
<style>
a { background-color: #673C96; }
a { background-color: rgb(103,60,150); }
div.DivClassName
{
background-color: #673C96;
}
.BgClassName
{
background-color: #673C96;
}
</style>
border-color css
<style>
span { border-color: #673C96; }
span { border-color: rgb(103,60,150); }
td.TdClassName
{
border-color: #673C96;
}
.TagClassName
{
border-color: #673C96;
}
</style>