Shades of Royal Purple #673DB0
Tints of Royal Purple #673DB0
RGB
CMYK
RGB Variations
Color information
#673DB0 (or 0x673DB0) is known color: Royal Purple. HEX triplet: 67, 3D and B0. RGB value is (103,61,176). Sum of RGB (Red+Green+Blue) = 103+61+176=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 176 (69.14% from 255 or 51.76% from 340); Max value from RGB is 176 - color contains mainly: blue. Hex color #673DB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673DB0 is #98C24F. Grayscale: #565656. Windows color (decimal): -10011216 or 11550055. OLE color: 11550055.
HSL color Cylindrical-coordinate representation of color #673DB0: hue angle of 261.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #673DB0 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 61 | 176 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.31 |
| HSL | 261.91º | 0.49% | 0.46% | - |
| HSV(B) | 261.91º | 0.65% | 0.69% | - |
| XYZ | 15.1 | 9.36 | 42.08 | - |
| YUV | 86.67 | 178.41 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 176 | 0.41 | 0.65 | 0 | 0.31 | 261.91 | 0.49 | 0.46 |
| Hex | 67 | 3D | B0 | 29 | 41 | 0 | 1F | 106 | 31 | 2E |
| Octal | 147 | 75 | 260 | 51 | 101 | 0 | 37 | 406 | 61 | 56 |
| Binary | 1100111 | 111101 | 10110000 | 101001 | 1000001 | 0 | 11111 | 100000110 | 110001 | 101110 |
Color Harmonies of #673DB0
Complementary color
Monochromatic Colors of #673DB0
Black with #673DB0
Text Example
Text Example
White with #673DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DB0; }
p { color: rgb(103,61,176); }
H1.HeaderClassName
{
color: #673DB0;
}
.AnyTagClassName
{
color: #673DB0;
}
</style>
background-color css
<style>
a { background-color: #673DB0; }
a { background-color: rgb(103,61,176); }
div.DivClassName
{
background-color: #673DB0;
}
.BgClassName
{
background-color: #673DB0;
}
</style>
border-color css
<style>
span { border-color: #673DB0; }
span { border-color: rgb(103,61,176); }
td.TdClassName
{
border-color: #673DB0;
}
.TagClassName
{
border-color: #673DB0;
}
</style>