Shades of Royal Purple #673CAD
Tints of Royal Purple #673CAD
RGB
CMYK
RGB Variations
Color information
#673CAD (or 0x673CAD) is known color: Royal Purple. HEX triplet: 67, 3C and AD. RGB value is (103,60,173). Sum of RGB (Red+Green+Blue) = 103+60+173=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #673CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673CAD is #98C352. Grayscale: #555555. Windows color (decimal): -10011475 or 11353191. OLE color: 11353191.
HSL color Cylindrical-coordinate representation of color #673CAD: hue angle of 262.83º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #673CAD is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 60 | 173 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.32 |
| HSL | 262.83º | 0.48% | 0.46% | - |
| HSV(B) | 262.83º | 0.65% | 0.68% | - |
| XYZ | 14.75 | 9.13 | 40.52 | - |
| YUV | 85.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 173 | 0.40 | 0.65 | 0 | 0.32 | 262.83 | 0.48 | 0.46 |
| Hex | 67 | 3C | AD | 28 | 41 | 0 | 20 | 107 | 30 | 2E |
| Octal | 147 | 74 | 255 | 50 | 101 | 0 | 40 | 407 | 60 | 56 |
| Binary | 1100111 | 111100 | 10101101 | 101000 | 1000001 | 0 | 100000 | 100000111 | 110000 | 101110 |
Color Harmonies of #673CAD
Complementary color
Monochromatic Colors of #673CAD
Black with #673CAD
Text Example
Text Example
White with #673CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CAD; }
p { color: rgb(103,60,173); }
H1.HeaderClassName
{
color: #673CAD;
}
.AnyTagClassName
{
color: #673CAD;
}
</style>
background-color css
<style>
a { background-color: #673CAD; }
a { background-color: rgb(103,60,173); }
div.DivClassName
{
background-color: #673CAD;
}
.BgClassName
{
background-color: #673CAD;
}
</style>
border-color css
<style>
span { border-color: #673CAD; }
span { border-color: rgb(103,60,173); }
td.TdClassName
{
border-color: #673CAD;
}
.TagClassName
{
border-color: #673CAD;
}
</style>