Shades of Royal Purple #671FA3
Tints of Royal Purple #671FA3
RGB
CMYK
RGB Variations
Color information
#671FA3 (or 0x671FA3) is known color: Royal Purple. HEX triplet: 67, 1F and A3. RGB value is (103,31,163). Sum of RGB (Red+Green+Blue) = 103+31+163=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #671FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FA3 is #98E05C. Grayscale: #434343. Windows color (decimal): -10018909 or 10690407. OLE color: 10690407.
HSL color Cylindrical-coordinate representation of color #671FA3: hue angle of 272.73º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671FA3 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 31 | 163 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.36 |
| HSL | 272.73º | 0.68% | 0.38% | - |
| HSV(B) | 272.73º | 0.81% | 0.64% | - |
| XYZ | 12.69 | 6.51 | 35.24 | - |
| YUV | 67.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 163 | 0.37 | 0.81 | 0 | 0.36 | 272.73 | 0.68 | 0.38 |
| Hex | 67 | 1F | A3 | 25 | 51 | 0 | 24 | 111 | 44 | 26 |
| Octal | 147 | 37 | 243 | 45 | 121 | 0 | 44 | 421 | 104 | 46 |
| Binary | 1100111 | 11111 | 10100011 | 100101 | 1010001 | 0 | 100100 | 100010001 | 1000100 | 100110 |
Color Harmonies of #671FA3
Complementary color
Monochromatic Colors of #671FA3
Black with #671FA3
Text Example
Text Example
White with #671FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FA3; }
p { color: rgb(103,31,163); }
H1.HeaderClassName
{
color: #671FA3;
}
.AnyTagClassName
{
color: #671FA3;
}
</style>
background-color css
<style>
a { background-color: #671FA3; }
a { background-color: rgb(103,31,163); }
div.DivClassName
{
background-color: #671FA3;
}
.BgClassName
{
background-color: #671FA3;
}
</style>
border-color css
<style>
span { border-color: #671FA3; }
span { border-color: rgb(103,31,163); }
td.TdClassName
{
border-color: #671FA3;
}
.TagClassName
{
border-color: #671FA3;
}
</style>