Shades of Royal Purple #673DB1
Tints of Royal Purple #673DB1
RGB
CMYK
RGB Variations
Color information
#673DB1 (or 0x673DB1) is known color: Royal Purple. HEX triplet: 67, 3D and B1. RGB value is (103,61,177). Sum of RGB (Red+Green+Blue) = 103+61+177=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #673DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673DB1 is #98C24E. Grayscale: #565656. Windows color (decimal): -10011215 or 11615591. OLE color: 11615591.
HSL color Cylindrical-coordinate representation of color #673DB1: hue angle of 261.72º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673DB1 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 61 | 177 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.31 |
| HSL | 261.72º | 0.49% | 0.47% | - |
| HSV(B) | 261.72º | 0.66% | 0.69% | - |
| XYZ | 15.2 | 9.4 | 42.61 | - |
| YUV | 86.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 177 | 0.42 | 0.66 | 0 | 0.31 | 261.72 | 0.49 | 0.47 |
| Hex | 67 | 3D | B1 | 2A | 42 | 0 | 1F | 106 | 31 | 2F |
| Octal | 147 | 75 | 261 | 52 | 102 | 0 | 37 | 406 | 61 | 57 |
| Binary | 1100111 | 111101 | 10110001 | 101010 | 1000010 | 0 | 11111 | 100000110 | 110001 | 101111 |
Color Harmonies of #673DB1
Complementary color
Monochromatic Colors of #673DB1
Black with #673DB1
Text Example
Text Example
White with #673DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DB1; }
p { color: rgb(103,61,177); }
H1.HeaderClassName
{
color: #673DB1;
}
.AnyTagClassName
{
color: #673DB1;
}
</style>
background-color css
<style>
a { background-color: #673DB1; }
a { background-color: rgb(103,61,177); }
div.DivClassName
{
background-color: #673DB1;
}
.BgClassName
{
background-color: #673DB1;
}
</style>
border-color css
<style>
span { border-color: #673DB1; }
span { border-color: rgb(103,61,177); }
td.TdClassName
{
border-color: #673DB1;
}
.TagClassName
{
border-color: #673DB1;
}
</style>