Shades of Royal Purple #674999
Tints of Royal Purple #674999
RGB
CMYK
RGB Variations
Color information
#674999 (or 0x674999) is known color: Royal Purple. HEX triplet: 67, 49 and 99. RGB value is (103,73,153). Sum of RGB (Red+Green+Blue) = 103+73+153=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #674999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674999 is #98B666. Grayscale: #5A5A5A. Windows color (decimal): -10008167 or 10045799. OLE color: 10045799.
HSL color Cylindrical-coordinate representation of color #674999: hue angle of 262.5º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674999 is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 73 | 153 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.4 |
| HSL | 262.5º | 0.35% | 0.44% | - |
| HSV(B) | 262.5º | 0.52% | 0.6% | - |
| XYZ | 13.73 | 9.95 | 31.33 | - |
| YUV | 91.09 | 162.94 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 153 | 0.33 | 0.52 | 0 | 0.4 | 262.5 | 0.35 | 0.44 |
| Hex | 67 | 49 | 99 | 21 | 34 | 0 | 28 | 106 | 23 | 2C |
| Octal | 147 | 111 | 231 | 41 | 64 | 0 | 50 | 406 | 43 | 54 |
| Binary | 1100111 | 1001001 | 10011001 | 100001 | 110100 | 0 | 101000 | 100000110 | 100011 | 101100 |
Color Harmonies of #674999
Complementary color
Monochromatic Colors of #674999
Black with #674999
Text Example
Text Example
White with #674999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674999; }
p { color: rgb(103,73,153); }
H1.HeaderClassName
{
color: #674999;
}
.AnyTagClassName
{
color: #674999;
}
</style>
background-color css
<style>
a { background-color: #674999; }
a { background-color: rgb(103,73,153); }
div.DivClassName
{
background-color: #674999;
}
.BgClassName
{
background-color: #674999;
}
</style>
border-color css
<style>
span { border-color: #674999; }
span { border-color: rgb(103,73,153); }
td.TdClassName
{
border-color: #674999;
}
.TagClassName
{
border-color: #674999;
}
</style>