Shades of Royal Purple #672D97
Tints of Royal Purple #672D97
RGB
CMYK
RGB Variations
Color information
#672D97 (or 0x672D97) is known color: Royal Purple. HEX triplet: 67, 2D and 97. RGB value is (103,45,151). Sum of RGB (Red+Green+Blue) = 103+45+151=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #672D97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672D97 is #98D268. Grayscale: #4A4A4A. Windows color (decimal): -10015337 or 9907559. OLE color: 9907559.
HSL color Cylindrical-coordinate representation of color #672D97: hue angle of 272.83º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #672D97 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 45 | 151 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.41 |
| HSL | 272.83º | 0.54% | 0.38% | - |
| HSV(B) | 272.83º | 0.7% | 0.59% | - |
| XYZ | 12.12 | 6.99 | 29.99 | - |
| YUV | 74.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 151 | 0.32 | 0.70 | 0 | 0.41 | 272.83 | 0.54 | 0.38 |
| Hex | 67 | 2D | 97 | 20 | 46 | 0 | 29 | 111 | 36 | 26 |
| Octal | 147 | 55 | 227 | 40 | 106 | 0 | 51 | 421 | 66 | 46 |
| Binary | 1100111 | 101101 | 10010111 | 100000 | 1000110 | 0 | 101001 | 100010001 | 110110 | 100110 |
Color Harmonies of #672D97
Complementary color
Monochromatic Colors of #672D97
Black with #672D97
Text Example
Text Example
White with #672D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D97; }
p { color: rgb(103,45,151); }
H1.HeaderClassName
{
color: #672D97;
}
.AnyTagClassName
{
color: #672D97;
}
</style>
background-color css
<style>
a { background-color: #672D97; }
a { background-color: rgb(103,45,151); }
div.DivClassName
{
background-color: #672D97;
}
.BgClassName
{
background-color: #672D97;
}
</style>
border-color css
<style>
span { border-color: #672D97; }
span { border-color: rgb(103,45,151); }
td.TdClassName
{
border-color: #672D97;
}
.TagClassName
{
border-color: #672D97;
}
</style>