Shades of Royal Purple #673D93
Tints of Royal Purple #673D93
RGB
CMYK
RGB Variations
Color information
#673D93 (or 0x673D93) is known color: Royal Purple. HEX triplet: 67, 3D and 93. RGB value is (103,61,147). Sum of RGB (Red+Green+Blue) = 103+61+147=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #673D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673D93 is #98C26C. Grayscale: #535353. Windows color (decimal): -10011245 or 9649511. OLE color: 9649511.
HSL color Cylindrical-coordinate representation of color #673D93: hue angle of 269.3º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #673D93 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 61 | 147 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.42 |
| HSL | 269.3º | 0.41% | 0.41% | - |
| HSV(B) | 269.3º | 0.59% | 0.58% | - |
| XYZ | 12.53 | 8.33 | 28.55 | - |
| YUV | 83.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 147 | 0.30 | 0.59 | 0 | 0.42 | 269.3 | 0.41 | 0.41 |
| Hex | 67 | 3D | 93 | 1E | 3B | 0 | 2A | 10D | 29 | 29 |
| Octal | 147 | 75 | 223 | 36 | 73 | 0 | 52 | 415 | 51 | 51 |
| Binary | 1100111 | 111101 | 10010011 | 11110 | 111011 | 0 | 101010 | 100001101 | 101001 | 101001 |
Color Harmonies of #673D93
Complementary color
Monochromatic Colors of #673D93
Black with #673D93
Text Example
Text Example
White with #673D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D93; }
p { color: rgb(103,61,147); }
H1.HeaderClassName
{
color: #673D93;
}
.AnyTagClassName
{
color: #673D93;
}
</style>
background-color css
<style>
a { background-color: #673D93; }
a { background-color: rgb(103,61,147); }
div.DivClassName
{
background-color: #673D93;
}
.BgClassName
{
background-color: #673D93;
}
</style>
border-color css
<style>
span { border-color: #673D93; }
span { border-color: rgb(103,61,147); }
td.TdClassName
{
border-color: #673D93;
}
.TagClassName
{
border-color: #673D93;
}
</style>