Shades of Royal Purple #671FA2
Tints of Royal Purple #671FA2
RGB
CMYK
RGB Variations
Color information
#671FA2 (or 0x671FA2) is known color: Royal Purple. HEX triplet: 67, 1F and A2. RGB value is (103,31,162). Sum of RGB (Red+Green+Blue) = 103+31+162=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #671FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FA2 is #98E05D. Grayscale: #434343. Windows color (decimal): -10018910 or 10624871. OLE color: 10624871.
HSL color Cylindrical-coordinate representation of color #671FA2: hue angle of 272.98º 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 #671FA2 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 31 | 162 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.36 |
| HSL | 272.98º | 0.68% | 0.38% | - |
| HSV(B) | 272.98º | 0.81% | 0.64% | - |
| XYZ | 12.61 | 6.47 | 34.77 | - |
| YUV | 67.46 | 181.35 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 162 | 0.36 | 0.81 | 0 | 0.36 | 272.98 | 0.68 | 0.38 |
| Hex | 67 | 1F | A2 | 24 | 51 | 0 | 24 | 111 | 44 | 26 |
| Octal | 147 | 37 | 242 | 44 | 121 | 0 | 44 | 421 | 104 | 46 |
| Binary | 1100111 | 11111 | 10100010 | 100100 | 1010001 | 0 | 100100 | 100010001 | 1000100 | 100110 |
Color Harmonies of #671FA2
Complementary color
Monochromatic Colors of #671FA2
Black with #671FA2
Text Example
Text Example
White with #671FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FA2; }
p { color: rgb(103,31,162); }
H1.HeaderClassName
{
color: #671FA2;
}
.AnyTagClassName
{
color: #671FA2;
}
</style>
background-color css
<style>
a { background-color: #671FA2; }
a { background-color: rgb(103,31,162); }
div.DivClassName
{
background-color: #671FA2;
}
.BgClassName
{
background-color: #671FA2;
}
</style>
border-color css
<style>
span { border-color: #671FA2; }
span { border-color: rgb(103,31,162); }
td.TdClassName
{
border-color: #671FA2;
}
.TagClassName
{
border-color: #671FA2;
}
</style>