Shades of Royal Purple #674599
Tints of Royal Purple #674599
RGB
CMYK
RGB Variations
Color information
#674599 (or 0x674599) is known color: Royal Purple. HEX triplet: 67, 45 and 99. RGB value is (103,69,153). Sum of RGB (Red+Green+Blue) = 103+69+153=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #674599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674599 is #98BA66. Grayscale: #585858. Windows color (decimal): -10009191 or 10044775. OLE color: 10044775.
HSL color Cylindrical-coordinate representation of color #674599: hue angle of 264.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674599 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 69 | 153 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.4 |
| HSL | 264.29º | 0.38% | 0.44% | - |
| HSV(B) | 264.29º | 0.55% | 0.6% | - |
| XYZ | 13.47 | 9.44 | 31.25 | - |
| YUV | 88.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 153 | 0.33 | 0.55 | 0 | 0.4 | 264.29 | 0.38 | 0.44 |
| Hex | 67 | 45 | 99 | 21 | 37 | 0 | 28 | 108 | 26 | 2C |
| Octal | 147 | 105 | 231 | 41 | 67 | 0 | 50 | 410 | 46 | 54 |
| Binary | 1100111 | 1000101 | 10011001 | 100001 | 110111 | 0 | 101000 | 100001000 | 100110 | 101100 |
Color Harmonies of #674599
Complementary color
Monochromatic Colors of #674599
Black with #674599
Text Example
Text Example
White with #674599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674599; }
p { color: rgb(103,69,153); }
H1.HeaderClassName
{
color: #674599;
}
.AnyTagClassName
{
color: #674599;
}
</style>
background-color css
<style>
a { background-color: #674599; }
a { background-color: rgb(103,69,153); }
div.DivClassName
{
background-color: #674599;
}
.BgClassName
{
background-color: #674599;
}
</style>
border-color css
<style>
span { border-color: #674599; }
span { border-color: rgb(103,69,153); }
td.TdClassName
{
border-color: #674599;
}
.TagClassName
{
border-color: #674599;
}
</style>