Shades of Royal Purple #673995
Tints of Royal Purple #673995
RGB
CMYK
RGB Variations
Color information
#673995 (or 0x673995) is known color: Royal Purple. HEX triplet: 67, 39 and 95. RGB value is (103,57,149). Sum of RGB (Red+Green+Blue) = 103+57+149=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #673995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673995 is #98C66A. Grayscale: #505050. Windows color (decimal): -10012267 or 9779559. OLE color: 9779559.
HSL color Cylindrical-coordinate representation of color #673995: hue angle of 270º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #673995 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 57 | 149 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.42 |
| HSL | 270º | 0.45% | 0.4% | - |
| HSV(B) | 270º | 0.62% | 0.58% | - |
| XYZ | 12.48 | 7.98 | 29.32 | - |
| YUV | 81.24 | 166.24 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 149 | 0.31 | 0.62 | 0 | 0.42 | 270 | 0.45 | 0.4 |
| Hex | 67 | 39 | 95 | 1F | 3E | 0 | 2A | 10E | 2D | 28 |
| Octal | 147 | 71 | 225 | 37 | 76 | 0 | 52 | 416 | 55 | 50 |
| Binary | 1100111 | 111001 | 10010101 | 11111 | 111110 | 0 | 101010 | 100001110 | 101101 | 101000 |
Color Harmonies of #673995
Complementary color
Monochromatic Colors of #673995
Black with #673995
Text Example
Text Example
White with #673995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673995; }
p { color: rgb(103,57,149); }
H1.HeaderClassName
{
color: #673995;
}
.AnyTagClassName
{
color: #673995;
}
</style>
background-color css
<style>
a { background-color: #673995; }
a { background-color: rgb(103,57,149); }
div.DivClassName
{
background-color: #673995;
}
.BgClassName
{
background-color: #673995;
}
</style>
border-color css
<style>
span { border-color: #673995; }
span { border-color: rgb(103,57,149); }
td.TdClassName
{
border-color: #673995;
}
.TagClassName
{
border-color: #673995;
}
</style>