Shades of Royal Purple #673AB0
Tints of Royal Purple #673AB0
RGB
CMYK
RGB Variations
Color information
#673AB0 (or 0x673AB0) is known color: Royal Purple. HEX triplet: 67, 3A and B0. RGB value is (103,58,176). Sum of RGB (Red+Green+Blue) = 103+58+176=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 176 (69.14% from 255 or 52.23% from 337); Max value from RGB is 176 - color contains mainly: blue. Hex color #673AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673AB0 is #98C54F. Grayscale: #545454. Windows color (decimal): -10011984 or 11549287. OLE color: 11549287.
HSL color Cylindrical-coordinate representation of color #673AB0: hue angle of 262.88º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673AB0 is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 58 | 176 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.31 |
| HSL | 262.88º | 0.5% | 0.46% | - |
| HSV(B) | 262.88º | 0.67% | 0.69% | - |
| XYZ | 14.94 | 9.04 | 42.03 | - |
| YUV | 84.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 176 | 0.41 | 0.67 | 0 | 0.31 | 262.88 | 0.5 | 0.46 |
| Hex | 67 | 3A | B0 | 29 | 43 | 0 | 1F | 107 | 32 | 2E |
| Octal | 147 | 72 | 260 | 51 | 103 | 0 | 37 | 407 | 62 | 56 |
| Binary | 1100111 | 111010 | 10110000 | 101001 | 1000011 | 0 | 11111 | 100000111 | 110010 | 101110 |
Color Harmonies of #673AB0
Complementary color
Monochromatic Colors of #673AB0
Black with #673AB0
Text Example
Text Example
White with #673AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673AB0; }
p { color: rgb(103,58,176); }
H1.HeaderClassName
{
color: #673AB0;
}
.AnyTagClassName
{
color: #673AB0;
}
</style>
background-color css
<style>
a { background-color: #673AB0; }
a { background-color: rgb(103,58,176); }
div.DivClassName
{
background-color: #673AB0;
}
.BgClassName
{
background-color: #673AB0;
}
</style>
border-color css
<style>
span { border-color: #673AB0; }
span { border-color: rgb(103,58,176); }
td.TdClassName
{
border-color: #673AB0;
}
.TagClassName
{
border-color: #673AB0;
}
</style>