Shades of Royal Purple #672D92
Tints of Royal Purple #672D92
RGB
CMYK
RGB Variations
Color information
#672D92 (or 0x672D92) is known color: Royal Purple. HEX triplet: 67, 2D and 92. RGB value is (103,45,146). Sum of RGB (Red+Green+Blue) = 103+45+146=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #672D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672D92 is #98D26D. Grayscale: #494949. Windows color (decimal): -10015342 or 9579879. OLE color: 9579879.
HSL color Cylindrical-coordinate representation of color #672D92: hue angle of 274.46º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #672D92 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 45 | 146 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.43 |
| HSL | 274.46º | 0.53% | 0.37% | - |
| HSV(B) | 274.46º | 0.69% | 0.57% | - |
| XYZ | 11.72 | 6.84 | 27.9 | - |
| YUV | 73.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 146 | 0.29 | 0.69 | 0 | 0.43 | 274.46 | 0.53 | 0.37 |
| Hex | 67 | 2D | 92 | 1D | 45 | 0 | 2B | 112 | 35 | 25 |
| Octal | 147 | 55 | 222 | 35 | 105 | 0 | 53 | 422 | 65 | 45 |
| Binary | 1100111 | 101101 | 10010010 | 11101 | 1000101 | 0 | 101011 | 100010010 | 110101 | 100101 |
Color Harmonies of #672D92
Complementary color
Monochromatic Colors of #672D92
Black with #672D92
Text Example
Text Example
White with #672D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D92; }
p { color: rgb(103,45,146); }
H1.HeaderClassName
{
color: #672D92;
}
.AnyTagClassName
{
color: #672D92;
}
</style>
background-color css
<style>
a { background-color: #672D92; }
a { background-color: rgb(103,45,146); }
div.DivClassName
{
background-color: #672D92;
}
.BgClassName
{
background-color: #672D92;
}
</style>
border-color css
<style>
span { border-color: #672D92; }
span { border-color: rgb(103,45,146); }
td.TdClassName
{
border-color: #672D92;
}
.TagClassName
{
border-color: #672D92;
}
</style>