Shades of Royal Purple #673999
Tints of Royal Purple #673999
RGB
CMYK
RGB Variations
Color information
#673999 (or 0x673999) is known color: Royal Purple. HEX triplet: 67, 39 and 99. RGB value is (103,57,153). Sum of RGB (Red+Green+Blue) = 103+57+153=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #673999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673999 is #98C666. Grayscale: #515151. Windows color (decimal): -10012263 or 10041703. OLE color: 10041703.
HSL color Cylindrical-coordinate representation of color #673999: hue angle of 268.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #673999 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 57 | 153 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.4 |
| HSL | 268.75º | 0.46% | 0.41% | - |
| HSV(B) | 268.75º | 0.63% | 0.6% | - |
| XYZ | 12.81 | 8.11 | 31.03 | - |
| YUV | 81.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 153 | 0.33 | 0.63 | 0 | 0.4 | 268.75 | 0.46 | 0.41 |
| Hex | 67 | 39 | 99 | 21 | 3F | 0 | 28 | 10D | 2E | 29 |
| Octal | 147 | 71 | 231 | 41 | 77 | 0 | 50 | 415 | 56 | 51 |
| Binary | 1100111 | 111001 | 10011001 | 100001 | 111111 | 0 | 101000 | 100001101 | 101110 | 101001 |
Color Harmonies of #673999
Complementary color
Monochromatic Colors of #673999
Black with #673999
Text Example
Text Example
White with #673999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673999; }
p { color: rgb(103,57,153); }
H1.HeaderClassName
{
color: #673999;
}
.AnyTagClassName
{
color: #673999;
}
</style>
background-color css
<style>
a { background-color: #673999; }
a { background-color: rgb(103,57,153); }
div.DivClassName
{
background-color: #673999;
}
.BgClassName
{
background-color: #673999;
}
</style>
border-color css
<style>
span { border-color: #673999; }
span { border-color: rgb(103,57,153); }
td.TdClassName
{
border-color: #673999;
}
.TagClassName
{
border-color: #673999;
}
</style>