Shades of Royal Purple #672F92
Tints of Royal Purple #672F92
RGB
CMYK
RGB Variations
Color information
#672F92 (or 0x672F92) is known color: Royal Purple. HEX triplet: 67, 2F and 92. RGB value is (103,47,146). Sum of RGB (Red+Green+Blue) = 103+47+146=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #672F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672F92 is #98D06D. Grayscale: #4A4A4A. Windows color (decimal): -10014830 or 9580391. OLE color: 9580391.
HSL color Cylindrical-coordinate representation of color #672F92: hue angle of 273.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672F92 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 47 | 146 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.43 |
| HSL | 273.94º | 0.51% | 0.38% | - |
| HSV(B) | 273.94º | 0.68% | 0.57% | - |
| XYZ | 11.8 | 6.99 | 27.92 | - |
| YUV | 75.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 146 | 0.29 | 0.68 | 0 | 0.43 | 273.94 | 0.51 | 0.38 |
| Hex | 67 | 2F | 92 | 1D | 44 | 0 | 2B | 112 | 33 | 26 |
| Octal | 147 | 57 | 222 | 35 | 104 | 0 | 53 | 422 | 63 | 46 |
| Binary | 1100111 | 101111 | 10010010 | 11101 | 1000100 | 0 | 101011 | 100010010 | 110011 | 100110 |
Color Harmonies of #672F92
Complementary color
Monochromatic Colors of #672F92
Black with #672F92
Text Example
Text Example
White with #672F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F92; }
p { color: rgb(103,47,146); }
H1.HeaderClassName
{
color: #672F92;
}
.AnyTagClassName
{
color: #672F92;
}
</style>
background-color css
<style>
a { background-color: #672F92; }
a { background-color: rgb(103,47,146); }
div.DivClassName
{
background-color: #672F92;
}
.BgClassName
{
background-color: #672F92;
}
</style>
border-color css
<style>
span { border-color: #672F92; }
span { border-color: rgb(103,47,146); }
td.TdClassName
{
border-color: #672F92;
}
.TagClassName
{
border-color: #672F92;
}
</style>