Shades of Royal Purple #673BA4
Tints of Royal Purple #673BA4
RGB
CMYK
RGB Variations
Color information
#673BA4 (or 0x673BA4) is known color: Royal Purple. HEX triplet: 67, 3B and A4. RGB value is (103,59,164). Sum of RGB (Red+Green+Blue) = 103+59+164=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #673BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673BA4 is #98C45B. Grayscale: #535353. Windows color (decimal): -10011740 or 10763111. OLE color: 10763111.
HSL color Cylindrical-coordinate representation of color #673BA4: hue angle of 265.14º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #673BA4 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 59 | 164 | - |
| CMYK | 0.37 | 0.64 | 0 | 0.36 |
| HSL | 265.14º | 0.47% | 0.44% | - |
| HSV(B) | 265.14º | 0.64% | 0.64% | - |
| XYZ | 13.86 | 8.69 | 36.07 | - |
| YUV | 84.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 164 | 0.37 | 0.64 | 0 | 0.36 | 265.14 | 0.47 | 0.44 |
| Hex | 67 | 3B | A4 | 25 | 40 | 0 | 24 | 109 | 2F | 2C |
| Octal | 147 | 73 | 244 | 45 | 100 | 0 | 44 | 411 | 57 | 54 |
| Binary | 1100111 | 111011 | 10100100 | 100101 | 1000000 | 0 | 100100 | 100001001 | 101111 | 101100 |
Color Harmonies of #673BA4
Complementary color
Monochromatic Colors of #673BA4
Black with #673BA4
Text Example
Text Example
White with #673BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BA4; }
p { color: rgb(103,59,164); }
H1.HeaderClassName
{
color: #673BA4;
}
.AnyTagClassName
{
color: #673BA4;
}
</style>
background-color css
<style>
a { background-color: #673BA4; }
a { background-color: rgb(103,59,164); }
div.DivClassName
{
background-color: #673BA4;
}
.BgClassName
{
background-color: #673BA4;
}
</style>
border-color css
<style>
span { border-color: #673BA4; }
span { border-color: rgb(103,59,164); }
td.TdClassName
{
border-color: #673BA4;
}
.TagClassName
{
border-color: #673BA4;
}
</style>