Shades of Royal Purple #673D9D
Tints of Royal Purple #673D9D
RGB
CMYK
RGB Variations
Color information
#673D9D (or 0x673D9D) is known color: Royal Purple. HEX triplet: 67, 3D and 9D. RGB value is (103,61,157). Sum of RGB (Red+Green+Blue) = 103+61+157=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #673D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673D9D is #98C262. Grayscale: #545454. Windows color (decimal): -10011235 or 10304871. OLE color: 10304871.
HSL color Cylindrical-coordinate representation of color #673D9D: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #673D9D is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 61 | 157 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.38 |
| HSL | 266.25º | 0.44% | 0.43% | - |
| HSV(B) | 266.25º | 0.61% | 0.62% | - |
| XYZ | 13.35 | 8.66 | 32.87 | - |
| YUV | 84.5 | 168.91 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 157 | 0.34 | 0.61 | 0 | 0.38 | 266.25 | 0.44 | 0.43 |
| Hex | 67 | 3D | 9D | 22 | 3D | 0 | 26 | 10A | 2C | 2B |
| Octal | 147 | 75 | 235 | 42 | 75 | 0 | 46 | 412 | 54 | 53 |
| Binary | 1100111 | 111101 | 10011101 | 100010 | 111101 | 0 | 100110 | 100001010 | 101100 | 101011 |
Color Harmonies of #673D9D
Complementary color
Monochromatic Colors of #673D9D
Black with #673D9D
Text Example
Text Example
White with #673D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D9D; }
p { color: rgb(103,61,157); }
H1.HeaderClassName
{
color: #673D9D;
}
.AnyTagClassName
{
color: #673D9D;
}
</style>
background-color css
<style>
a { background-color: #673D9D; }
a { background-color: rgb(103,61,157); }
div.DivClassName
{
background-color: #673D9D;
}
.BgClassName
{
background-color: #673D9D;
}
</style>
border-color css
<style>
span { border-color: #673D9D; }
span { border-color: rgb(103,61,157); }
td.TdClassName
{
border-color: #673D9D;
}
.TagClassName
{
border-color: #673D9D;
}
</style>