Shades of Royal Purple #672AA7
Tints of Royal Purple #672AA7
RGB
CMYK
RGB Variations
Color information
#672AA7 (or 0x672AA7) is known color: Royal Purple. HEX triplet: 67, 2A and A7. RGB value is (103,42,167). Sum of RGB (Red+Green+Blue) = 103+42+167=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #672AA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672AA7 is #98D558. Grayscale: #4A4A4A. Windows color (decimal): -10016089 or 10955367. OLE color: 10955367.
HSL color Cylindrical-coordinate representation of color #672AA7: hue angle of 269.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672AA7 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 42 | 167 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.35 |
| HSL | 269.28º | 0.6% | 0.41% | - |
| HSV(B) | 269.28º | 0.75% | 0.65% | - |
| XYZ | 13.4 | 7.33 | 37.27 | - |
| YUV | 74.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 167 | 0.38 | 0.75 | 0 | 0.35 | 269.28 | 0.6 | 0.41 |
| Hex | 67 | 2A | A7 | 26 | 4B | 0 | 23 | 10D | 3C | 29 |
| Octal | 147 | 52 | 247 | 46 | 113 | 0 | 43 | 415 | 74 | 51 |
| Binary | 1100111 | 101010 | 10100111 | 100110 | 1001011 | 0 | 100011 | 100001101 | 111100 | 101001 |
Color Harmonies of #672AA7
Complementary color
Monochromatic Colors of #672AA7
Black with #672AA7
Text Example
Text Example
White with #672AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AA7; }
p { color: rgb(103,42,167); }
H1.HeaderClassName
{
color: #672AA7;
}
.AnyTagClassName
{
color: #672AA7;
}
</style>
background-color css
<style>
a { background-color: #672AA7; }
a { background-color: rgb(103,42,167); }
div.DivClassName
{
background-color: #672AA7;
}
.BgClassName
{
background-color: #672AA7;
}
</style>
border-color css
<style>
span { border-color: #672AA7; }
span { border-color: rgb(103,42,167); }
td.TdClassName
{
border-color: #672AA7;
}
.TagClassName
{
border-color: #672AA7;
}
</style>