Shades of Royal Purple #673FB0
Tints of Royal Purple #673FB0
RGB
CMYK
RGB Variations
Color information
#673FB0 (or 0x673FB0) is known color: Royal Purple. HEX triplet: 67, 3F and B0. RGB value is (103,63,176). Sum of RGB (Red+Green+Blue) = 103+63+176=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 176 (69.14% from 255 or 51.46% from 342); Max value from RGB is 176 - color contains mainly: blue. Hex color #673FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673FB0 is #98C04F. Grayscale: #575757. Windows color (decimal): -10010704 or 11550567. OLE color: 11550567.
HSL color Cylindrical-coordinate representation of color #673FB0: hue angle of 261.24º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #673FB0 is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 63 | 176 | - |
| CMYK | 0.41 | 0.64 | 0 | 0.31 |
| HSL | 261.24º | 0.47% | 0.47% | - |
| HSV(B) | 261.24º | 0.64% | 0.69% | - |
| XYZ | 15.21 | 9.57 | 42.12 | - |
| YUV | 87.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 176 | 0.41 | 0.64 | 0 | 0.31 | 261.24 | 0.47 | 0.47 |
| Hex | 67 | 3F | B0 | 29 | 40 | 0 | 1F | 105 | 2F | 2F |
| Octal | 147 | 77 | 260 | 51 | 100 | 0 | 37 | 405 | 57 | 57 |
| Binary | 1100111 | 111111 | 10110000 | 101001 | 1000000 | 0 | 11111 | 100000101 | 101111 | 101111 |
Color Harmonies of #673FB0
Complementary color
Monochromatic Colors of #673FB0
Black with #673FB0
Text Example
Text Example
White with #673FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FB0; }
p { color: rgb(103,63,176); }
H1.HeaderClassName
{
color: #673FB0;
}
.AnyTagClassName
{
color: #673FB0;
}
</style>
background-color css
<style>
a { background-color: #673FB0; }
a { background-color: rgb(103,63,176); }
div.DivClassName
{
background-color: #673FB0;
}
.BgClassName
{
background-color: #673FB0;
}
</style>
border-color css
<style>
span { border-color: #673FB0; }
span { border-color: rgb(103,63,176); }
td.TdClassName
{
border-color: #673FB0;
}
.TagClassName
{
border-color: #673FB0;
}
</style>