Shades of Royal Purple #672898
Tints of Royal Purple #672898
RGB
CMYK
RGB Variations
Color information
#672898 (or 0x672898) is known color: Royal Purple. HEX triplet: 67, 28 and 98. RGB value is (103,40,152). Sum of RGB (Red+Green+Blue) = 103+40+152=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #672898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672898 is #98D767. Grayscale: #474747. Windows color (decimal): -10016616 or 9971815. OLE color: 9971815.
HSL color Cylindrical-coordinate representation of color #672898: hue angle of 273.75º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #672898 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 40 | 152 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.40 |
| HSL | 273.75º | 0.58% | 0.38% | - |
| HSV(B) | 273.75º | 0.74% | 0.6% | - |
| XYZ | 12.02 | 6.67 | 30.36 | - |
| YUV | 71.61 | 173.37 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 152 | 0.32 | 0.74 | 0 | 0.40 | 273.75 | 0.58 | 0.38 |
| Hex | 67 | 28 | 98 | 20 | 4A | 0 | 28 | 112 | 3A | 26 |
| Octal | 147 | 50 | 230 | 40 | 112 | 0 | 50 | 422 | 72 | 46 |
| Binary | 1100111 | 101000 | 10011000 | 100000 | 1001010 | 0 | 101000 | 100010010 | 111010 | 100110 |
Color Harmonies of #672898
Complementary color
Monochromatic Colors of #672898
Black with #672898
Text Example
Text Example
White with #672898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672898; }
p { color: rgb(103,40,152); }
H1.HeaderClassName
{
color: #672898;
}
.AnyTagClassName
{
color: #672898;
}
</style>
background-color css
<style>
a { background-color: #672898; }
a { background-color: rgb(103,40,152); }
div.DivClassName
{
background-color: #672898;
}
.BgClassName
{
background-color: #672898;
}
</style>
border-color css
<style>
span { border-color: #672898; }
span { border-color: rgb(103,40,152); }
td.TdClassName
{
border-color: #672898;
}
.TagClassName
{
border-color: #672898;
}
</style>