Shades of Royal Purple #672EA3
Tints of Royal Purple #672EA3
RGB
CMYK
RGB Variations
Color information
#672EA3 (or 0x672EA3) is known color: Royal Purple. HEX triplet: 67, 2E and A3. RGB value is (103,46,163). Sum of RGB (Red+Green+Blue) = 103+46+163=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 46 (18.36% from 255 or 14.74% from 312); Blue value is 163 (64.06% from 255 or 52.24% from 312); Max value from RGB is 163 - color contains mainly: blue. Hex color #672EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672EA3 is #98D15C. Grayscale: #4B4B4B. Windows color (decimal): -10015069 or 10694247. OLE color: 10694247.
HSL color Cylindrical-coordinate representation of color #672EA3: hue angle of 269.23º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672EA3 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 46 | 163 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.36 |
| HSL | 269.23º | 0.56% | 0.41% | - |
| HSV(B) | 269.23º | 0.72% | 0.64% | - |
| XYZ | 13.18 | 7.48 | 35.4 | - |
| YUV | 76.38 | 176.88 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 163 | 0.37 | 0.72 | 0 | 0.36 | 269.23 | 0.56 | 0.41 |
| Hex | 67 | 2E | A3 | 25 | 48 | 0 | 24 | 10D | 38 | 29 |
| Octal | 147 | 56 | 243 | 45 | 110 | 0 | 44 | 415 | 70 | 51 |
| Binary | 1100111 | 101110 | 10100011 | 100101 | 1001000 | 0 | 100100 | 100001101 | 111000 | 101001 |
Color Harmonies of #672EA3
Complementary color
Monochromatic Colors of #672EA3
Black with #672EA3
Text Example
Text Example
White with #672EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EA3; }
p { color: rgb(103,46,163); }
H1.HeaderClassName
{
color: #672EA3;
}
.AnyTagClassName
{
color: #672EA3;
}
</style>
background-color css
<style>
a { background-color: #672EA3; }
a { background-color: rgb(103,46,163); }
div.DivClassName
{
background-color: #672EA3;
}
.BgClassName
{
background-color: #672EA3;
}
</style>
border-color css
<style>
span { border-color: #672EA3; }
span { border-color: rgb(103,46,163); }
td.TdClassName
{
border-color: #672EA3;
}
.TagClassName
{
border-color: #672EA3;
}
</style>