Shades of Royal Purple #672C9B
Tints of Royal Purple #672C9B
RGB
CMYK
RGB Variations
Color information
#672C9B (or 0x672C9B) is known color: Royal Purple. HEX triplet: 67, 2C and 9B. RGB value is (103,44,155). Sum of RGB (Red+Green+Blue) = 103+44+155=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #672C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672C9B is #98D364. Grayscale: #494949. Windows color (decimal): -10015589 or 10169447. OLE color: 10169447.
HSL color Cylindrical-coordinate representation of color #672C9B: hue angle of 271.89º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672C9B is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 44 | 155 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.39 |
| HSL | 271.89º | 0.56% | 0.39% | - |
| HSV(B) | 271.89º | 0.72% | 0.61% | - |
| XYZ | 12.41 | 7.05 | 31.72 | - |
| YUV | 74.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 155 | 0.34 | 0.72 | 0 | 0.39 | 271.89 | 0.56 | 0.39 |
| Hex | 67 | 2C | 9B | 22 | 48 | 0 | 27 | 110 | 38 | 27 |
| Octal | 147 | 54 | 233 | 42 | 110 | 0 | 47 | 420 | 70 | 47 |
| Binary | 1100111 | 101100 | 10011011 | 100010 | 1001000 | 0 | 100111 | 100010000 | 111000 | 100111 |
Color Harmonies of #672C9B
Complementary color
Monochromatic Colors of #672C9B
Black with #672C9B
Text Example
Text Example
White with #672C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672C9B; }
p { color: rgb(103,44,155); }
H1.HeaderClassName
{
color: #672C9B;
}
.AnyTagClassName
{
color: #672C9B;
}
</style>
background-color css
<style>
a { background-color: #672C9B; }
a { background-color: rgb(103,44,155); }
div.DivClassName
{
background-color: #672C9B;
}
.BgClassName
{
background-color: #672C9B;
}
</style>
border-color css
<style>
span { border-color: #672C9B; }
span { border-color: rgb(103,44,155); }
td.TdClassName
{
border-color: #672C9B;
}
.TagClassName
{
border-color: #672C9B;
}
</style>