Shades of Royal Purple #672EA6
Tints of Royal Purple #672EA6
RGB
CMYK
RGB Variations
Color information
#672EA6 (or 0x672EA6) is known color: Royal Purple. HEX triplet: 67, 2E and A6. RGB value is (103,46,166). Sum of RGB (Red+Green+Blue) = 103+46+166=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 166 (65.23% from 255 or 52.70% from 315); Max value from RGB is 166 - color contains mainly: blue. Hex color #672EA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672EA6 is #98D159. Grayscale: #4C4C4C. Windows color (decimal): -10015066 or 10890855. OLE color: 10890855.
HSL color Cylindrical-coordinate representation of color #672EA6: hue angle of 268.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672EA6 is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 46 | 166 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.35 |
| HSL | 268.5º | 0.57% | 0.42% | - |
| HSV(B) | 268.5º | 0.72% | 0.65% | - |
| XYZ | 13.45 | 7.59 | 36.83 | - |
| YUV | 76.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 166 | 0.38 | 0.72 | 0 | 0.35 | 268.5 | 0.57 | 0.42 |
| Hex | 67 | 2E | A6 | 26 | 48 | 0 | 23 | 10C | 39 | 2A |
| Octal | 147 | 56 | 246 | 46 | 110 | 0 | 43 | 414 | 71 | 52 |
| Binary | 1100111 | 101110 | 10100110 | 100110 | 1001000 | 0 | 100011 | 100001100 | 111001 | 101010 |
Color Harmonies of #672EA6
Complementary color
Monochromatic Colors of #672EA6
Black with #672EA6
Text Example
Text Example
White with #672EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EA6; }
p { color: rgb(103,46,166); }
H1.HeaderClassName
{
color: #672EA6;
}
.AnyTagClassName
{
color: #672EA6;
}
</style>
background-color css
<style>
a { background-color: #672EA6; }
a { background-color: rgb(103,46,166); }
div.DivClassName
{
background-color: #672EA6;
}
.BgClassName
{
background-color: #672EA6;
}
</style>
border-color css
<style>
span { border-color: #672EA6; }
span { border-color: rgb(103,46,166); }
td.TdClassName
{
border-color: #672EA6;
}
.TagClassName
{
border-color: #672EA6;
}
</style>