Shades of Royal Purple #673D95
Tints of Royal Purple #673D95
RGB
CMYK
RGB Variations
Color information
#673D95 (or 0x673D95) is known color: Royal Purple. HEX triplet: 67, 3D and 95. RGB value is (103,61,149). Sum of RGB (Red+Green+Blue) = 103+61+149=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #673D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673D95 is #98C26A. Grayscale: #535353. Windows color (decimal): -10011243 or 9780583. OLE color: 9780583.
HSL color Cylindrical-coordinate representation of color #673D95: hue angle of 268.64º degrees, saturation: 0.42, 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 #673D95 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 61 | 149 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.42 |
| HSL | 268.64º | 0.42% | 0.41% | - |
| HSV(B) | 268.64º | 0.59% | 0.58% | - |
| XYZ | 12.69 | 8.39 | 29.38 | - |
| YUV | 83.59 | 164.91 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 149 | 0.31 | 0.59 | 0 | 0.42 | 268.64 | 0.42 | 0.41 |
| Hex | 67 | 3D | 95 | 1F | 3B | 0 | 2A | 10D | 2A | 29 |
| Octal | 147 | 75 | 225 | 37 | 73 | 0 | 52 | 415 | 52 | 51 |
| Binary | 1100111 | 111101 | 10010101 | 11111 | 111011 | 0 | 101010 | 100001101 | 101010 | 101001 |
Color Harmonies of #673D95
Complementary color
Monochromatic Colors of #673D95
Black with #673D95
Text Example
Text Example
White with #673D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D95; }
p { color: rgb(103,61,149); }
H1.HeaderClassName
{
color: #673D95;
}
.AnyTagClassName
{
color: #673D95;
}
</style>
background-color css
<style>
a { background-color: #673D95; }
a { background-color: rgb(103,61,149); }
div.DivClassName
{
background-color: #673D95;
}
.BgClassName
{
background-color: #673D95;
}
</style>
border-color css
<style>
span { border-color: #673D95; }
span { border-color: rgb(103,61,149); }
td.TdClassName
{
border-color: #673D95;
}
.TagClassName
{
border-color: #673D95;
}
</style>