Shades of Royal Purple #672BA3
Tints of Royal Purple #672BA3
RGB
CMYK
RGB Variations
Color information
#672BA3 (or 0x672BA3) is known color: Royal Purple. HEX triplet: 67, 2B and A3. RGB value is (103,43,163). Sum of RGB (Red+Green+Blue) = 103+43+163=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #672BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672BA3 is #98D45C. Grayscale: #4A4A4A. Windows color (decimal): -10015837 or 10693479. OLE color: 10693479.
HSL color Cylindrical-coordinate representation of color #672BA3: hue angle of 270º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #672BA3 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 43 | 163 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.36 |
| HSL | 270º | 0.58% | 0.4% | - |
| HSV(B) | 270º | 0.74% | 0.64% | - |
| XYZ | 13.07 | 7.26 | 35.36 | - |
| YUV | 74.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 163 | 0.37 | 0.74 | 0 | 0.36 | 270 | 0.58 | 0.4 |
| Hex | 67 | 2B | A3 | 25 | 4A | 0 | 24 | 10E | 3A | 28 |
| Octal | 147 | 53 | 243 | 45 | 112 | 0 | 44 | 416 | 72 | 50 |
| Binary | 1100111 | 101011 | 10100011 | 100101 | 1001010 | 0 | 100100 | 100001110 | 111010 | 101000 |
Color Harmonies of #672BA3
Complementary color
Monochromatic Colors of #672BA3
Black with #672BA3
Text Example
Text Example
White with #672BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BA3; }
p { color: rgb(103,43,163); }
H1.HeaderClassName
{
color: #672BA3;
}
.AnyTagClassName
{
color: #672BA3;
}
</style>
background-color css
<style>
a { background-color: #672BA3; }
a { background-color: rgb(103,43,163); }
div.DivClassName
{
background-color: #672BA3;
}
.BgClassName
{
background-color: #672BA3;
}
</style>
border-color css
<style>
span { border-color: #672BA3; }
span { border-color: rgb(103,43,163); }
td.TdClassName
{
border-color: #672BA3;
}
.TagClassName
{
border-color: #672BA3;
}
</style>