Shades of Royal Purple #673595
Tints of Royal Purple #673595
RGB
CMYK
RGB Variations
Color information
#673595 (or 0x673595) is known color: Royal Purple. HEX triplet: 67, 35 and 95. RGB value is (103,53,149). Sum of RGB (Red+Green+Blue) = 103+53+149=305 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.77% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #673595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673595 is #98CA6A. Grayscale: #4E4E4E. Windows color (decimal): -10013291 or 9778535. OLE color: 9778535.
HSL color Cylindrical-coordinate representation of color #673595: hue angle of 271.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #673595 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 53 | 149 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.42 |
| HSL | 271.25º | 0.48% | 0.4% | - |
| HSV(B) | 271.25º | 0.64% | 0.58% | - |
| XYZ | 12.29 | 7.6 | 29.25 | - |
| YUV | 78.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 149 | 0.31 | 0.64 | 0 | 0.42 | 271.25 | 0.48 | 0.4 |
| Hex | 67 | 35 | 95 | 1F | 40 | 0 | 2A | 10F | 30 | 28 |
| Octal | 147 | 65 | 225 | 37 | 100 | 0 | 52 | 417 | 60 | 50 |
| Binary | 1100111 | 110101 | 10010101 | 11111 | 1000000 | 0 | 101010 | 100001111 | 110000 | 101000 |
Color Harmonies of #673595
Complementary color
Monochromatic Colors of #673595
Black with #673595
Text Example
Text Example
White with #673595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673595; }
p { color: rgb(103,53,149); }
H1.HeaderClassName
{
color: #673595;
}
.AnyTagClassName
{
color: #673595;
}
</style>
background-color css
<style>
a { background-color: #673595; }
a { background-color: rgb(103,53,149); }
div.DivClassName
{
background-color: #673595;
}
.BgClassName
{
background-color: #673595;
}
</style>
border-color css
<style>
span { border-color: #673595; }
span { border-color: rgb(103,53,149); }
td.TdClassName
{
border-color: #673595;
}
.TagClassName
{
border-color: #673595;
}
</style>