Shades of Royal Purple #672AA5
Tints of Royal Purple #672AA5
RGB
CMYK
RGB Variations
Color information
#672AA5 (or 0x672AA5) is known color: Royal Purple. HEX triplet: 67, 2A and A5. RGB value is (103,42,165). Sum of RGB (Red+Green+Blue) = 103+42+165=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #672AA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672AA5 is #98D55A. Grayscale: #494949. Windows color (decimal): -10016091 or 10824295. OLE color: 10824295.
HSL color Cylindrical-coordinate representation of color #672AA5: hue angle of 269.76º degrees, saturation: 0.59, 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 #672AA5 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 42 | 165 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.35 |
| HSL | 269.76º | 0.59% | 0.41% | - |
| HSV(B) | 269.76º | 0.75% | 0.65% | - |
| XYZ | 13.21 | 7.26 | 36.3 | - |
| YUV | 74.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 165 | 0.38 | 0.75 | 0 | 0.35 | 269.76 | 0.59 | 0.41 |
| Hex | 67 | 2A | A5 | 26 | 4B | 0 | 23 | 10E | 3B | 29 |
| Octal | 147 | 52 | 245 | 46 | 113 | 0 | 43 | 416 | 73 | 51 |
| Binary | 1100111 | 101010 | 10100101 | 100110 | 1001011 | 0 | 100011 | 100001110 | 111011 | 101001 |
Color Harmonies of #672AA5
Complementary color
Monochromatic Colors of #672AA5
Black with #672AA5
Text Example
Text Example
White with #672AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AA5; }
p { color: rgb(103,42,165); }
H1.HeaderClassName
{
color: #672AA5;
}
.AnyTagClassName
{
color: #672AA5;
}
</style>
background-color css
<style>
a { background-color: #672AA5; }
a { background-color: rgb(103,42,165); }
div.DivClassName
{
background-color: #672AA5;
}
.BgClassName
{
background-color: #672AA5;
}
</style>
border-color css
<style>
span { border-color: #672AA5; }
span { border-color: rgb(103,42,165); }
td.TdClassName
{
border-color: #672AA5;
}
.TagClassName
{
border-color: #672AA5;
}
</style>