Shades of Royal Purple #673694
Tints of Royal Purple #673694
RGB
CMYK
RGB Variations
Color information
#673694 (or 0x673694) is known color: Royal Purple. HEX triplet: 67, 36 and 94. RGB value is (103,54,148). Sum of RGB (Red+Green+Blue) = 103+54+148=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #673694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673694 is #98C96B. Grayscale: #4F4F4F. Windows color (decimal): -10013036 or 9713255. OLE color: 9713255.
HSL color Cylindrical-coordinate representation of color #673694: hue angle of 271.28º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #673694 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 54 | 148 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.42 |
| HSL | 271.28º | 0.47% | 0.4% | - |
| HSV(B) | 271.28º | 0.64% | 0.58% | - |
| XYZ | 12.26 | 7.66 | 28.85 | - |
| YUV | 79.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 148 | 0.30 | 0.64 | 0 | 0.42 | 271.28 | 0.47 | 0.4 |
| Hex | 67 | 36 | 94 | 1E | 40 | 0 | 2A | 10F | 2F | 28 |
| Octal | 147 | 66 | 224 | 36 | 100 | 0 | 52 | 417 | 57 | 50 |
| Binary | 1100111 | 110110 | 10010100 | 11110 | 1000000 | 0 | 101010 | 100001111 | 101111 | 101000 |
Color Harmonies of #673694
Complementary color
Monochromatic Colors of #673694
Black with #673694
Text Example
Text Example
White with #673694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673694; }
p { color: rgb(103,54,148); }
H1.HeaderClassName
{
color: #673694;
}
.AnyTagClassName
{
color: #673694;
}
</style>
background-color css
<style>
a { background-color: #673694; }
a { background-color: rgb(103,54,148); }
div.DivClassName
{
background-color: #673694;
}
.BgClassName
{
background-color: #673694;
}
</style>
border-color css
<style>
span { border-color: #673694; }
span { border-color: rgb(103,54,148); }
td.TdClassName
{
border-color: #673694;
}
.TagClassName
{
border-color: #673694;
}
</style>