Shades of Royal Purple #673396
Tints of Royal Purple #673396
RGB
CMYK
RGB Variations
Color information
#673396 (or 0x673396) is known color: Royal Purple. HEX triplet: 67, 33 and 96. RGB value is (103,51,150). Sum of RGB (Red+Green+Blue) = 103+51+150=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #673396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673396 is #98CC69. Grayscale: #4D4D4D. Windows color (decimal): -10013802 or 9843559. OLE color: 9843559.
HSL color Cylindrical-coordinate representation of color #673396: hue angle of 271.52º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673396 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 51 | 150 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.41 |
| HSL | 271.52º | 0.49% | 0.39% | - |
| HSV(B) | 271.52º | 0.66% | 0.59% | - |
| XYZ | 12.28 | 7.45 | 29.65 | - |
| YUV | 77.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 51 | 150 | 0.31 | 0.66 | 0 | 0.41 | 271.52 | 0.49 | 0.39 |
| Hex | 67 | 33 | 96 | 1F | 42 | 0 | 29 | 110 | 31 | 27 |
| Octal | 147 | 63 | 226 | 37 | 102 | 0 | 51 | 420 | 61 | 47 |
| Binary | 1100111 | 110011 | 10010110 | 11111 | 1000010 | 0 | 101001 | 100010000 | 110001 | 100111 |
Color Harmonies of #673396
Complementary color
Monochromatic Colors of #673396
Black with #673396
Text Example
Text Example
White with #673396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673396; }
p { color: rgb(103,51,150); }
H1.HeaderClassName
{
color: #673396;
}
.AnyTagClassName
{
color: #673396;
}
</style>
background-color css
<style>
a { background-color: #673396; }
a { background-color: rgb(103,51,150); }
div.DivClassName
{
background-color: #673396;
}
.BgClassName
{
background-color: #673396;
}
</style>
border-color css
<style>
span { border-color: #673396; }
span { border-color: rgb(103,51,150); }
td.TdClassName
{
border-color: #673396;
}
.TagClassName
{
border-color: #673396;
}
</style>