Shades of Royal Purple #672DAC
Tints of Royal Purple #672DAC
RGB
CMYK
RGB Variations
Color information
#672DAC (or 0x672DAC) is known color: Royal Purple. HEX triplet: 67, 2D and AC. RGB value is (103,45,172). Sum of RGB (Red+Green+Blue) = 103+45+172=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #672DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672DAC is #98D253. Grayscale: #4C4C4C. Windows color (decimal): -10015316 or 11283815. OLE color: 11283815.
HSL color Cylindrical-coordinate representation of color #672DAC: hue angle of 267.4º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #672DAC is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 45 | 172 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.33 |
| HSL | 267.4º | 0.59% | 0.43% | - |
| HSV(B) | 267.4º | 0.74% | 0.67% | - |
| XYZ | 13.98 | 7.74 | 39.79 | - |
| YUV | 76.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 172 | 0.40 | 0.74 | 0 | 0.33 | 267.4 | 0.59 | 0.43 |
| Hex | 67 | 2D | AC | 28 | 4A | 0 | 21 | 10B | 3B | 2B |
| Octal | 147 | 55 | 254 | 50 | 112 | 0 | 41 | 413 | 73 | 53 |
| Binary | 1100111 | 101101 | 10101100 | 101000 | 1001010 | 0 | 100001 | 100001011 | 111011 | 101011 |
Color Harmonies of #672DAC
Complementary color
Monochromatic Colors of #672DAC
Black with #672DAC
Text Example
Text Example
White with #672DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DAC; }
p { color: rgb(103,45,172); }
H1.HeaderClassName
{
color: #672DAC;
}
.AnyTagClassName
{
color: #672DAC;
}
</style>
background-color css
<style>
a { background-color: #672DAC; }
a { background-color: rgb(103,45,172); }
div.DivClassName
{
background-color: #672DAC;
}
.BgClassName
{
background-color: #672DAC;
}
</style>
border-color css
<style>
span { border-color: #672DAC; }
span { border-color: rgb(103,45,172); }
td.TdClassName
{
border-color: #672DAC;
}
.TagClassName
{
border-color: #672DAC;
}
</style>