Shades of Royal Purple #673EB0
Tints of Royal Purple #673EB0
RGB
CMYK
RGB Variations
Color information
#673EB0 (or 0x673EB0) is known color: Royal Purple. HEX triplet: 67, 3E and B0. RGB value is (103,62,176). Sum of RGB (Red+Green+Blue) = 103+62+176=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #673EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673EB0 is #98C14F. Grayscale: #565656. Windows color (decimal): -10010960 or 11550311. OLE color: 11550311.
HSL color Cylindrical-coordinate representation of color #673EB0: hue angle of 261.58º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #673EB0 is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 62 | 176 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.31 |
| HSL | 261.58º | 0.48% | 0.47% | - |
| HSV(B) | 261.58º | 0.65% | 0.69% | - |
| XYZ | 15.15 | 9.46 | 42.1 | - |
| YUV | 87.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 176 | 0.41 | 0.65 | 0 | 0.31 | 261.58 | 0.48 | 0.47 |
| Hex | 67 | 3E | B0 | 29 | 41 | 0 | 1F | 106 | 30 | 2F |
| Octal | 147 | 76 | 260 | 51 | 101 | 0 | 37 | 406 | 60 | 57 |
| Binary | 1100111 | 111110 | 10110000 | 101001 | 1000001 | 0 | 11111 | 100000110 | 110000 | 101111 |
Color Harmonies of #673EB0
Complementary color
Monochromatic Colors of #673EB0
Black with #673EB0
Text Example
Text Example
White with #673EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673EB0; }
p { color: rgb(103,62,176); }
H1.HeaderClassName
{
color: #673EB0;
}
.AnyTagClassName
{
color: #673EB0;
}
</style>
background-color css
<style>
a { background-color: #673EB0; }
a { background-color: rgb(103,62,176); }
div.DivClassName
{
background-color: #673EB0;
}
.BgClassName
{
background-color: #673EB0;
}
</style>
border-color css
<style>
span { border-color: #673EB0; }
span { border-color: rgb(103,62,176); }
td.TdClassName
{
border-color: #673EB0;
}
.TagClassName
{
border-color: #673EB0;
}
</style>