Shades of Royal Purple #672698
Tints of Royal Purple #672698
RGB
CMYK
RGB Variations
Color information
#672698 (or 0x672698) is known color: Royal Purple. HEX triplet: 67, 26 and 98. RGB value is (103,38,152). Sum of RGB (Red+Green+Blue) = 103+38+152=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #672698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672698 is #98D967. Grayscale: #464646. Windows color (decimal): -10017128 or 9971303. OLE color: 9971303.
HSL color Cylindrical-coordinate representation of color #672698: hue angle of 274.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672698 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 38 | 152 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.40 |
| HSL | 274.21º | 0.6% | 0.37% | - |
| HSV(B) | 274.21º | 0.75% | 0.6% | - |
| XYZ | 11.95 | 6.54 | 30.34 | - |
| YUV | 70.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 152 | 0.32 | 0.75 | 0 | 0.40 | 274.21 | 0.6 | 0.37 |
| Hex | 67 | 26 | 98 | 20 | 4B | 0 | 28 | 112 | 3C | 25 |
| Octal | 147 | 46 | 230 | 40 | 113 | 0 | 50 | 422 | 74 | 45 |
| Binary | 1100111 | 100110 | 10011000 | 100000 | 1001011 | 0 | 101000 | 100010010 | 111100 | 100101 |
Color Harmonies of #672698
Complementary color
Monochromatic Colors of #672698
Black with #672698
Text Example
Text Example
White with #672698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672698; }
p { color: rgb(103,38,152); }
H1.HeaderClassName
{
color: #672698;
}
.AnyTagClassName
{
color: #672698;
}
</style>
background-color css
<style>
a { background-color: #672698; }
a { background-color: rgb(103,38,152); }
div.DivClassName
{
background-color: #672698;
}
.BgClassName
{
background-color: #672698;
}
</style>
border-color css
<style>
span { border-color: #672698; }
span { border-color: rgb(103,38,152); }
td.TdClassName
{
border-color: #672698;
}
.TagClassName
{
border-color: #672698;
}
</style>