Shades of Royal Purple #671EA5
Tints of Royal Purple #671EA5
RGB
CMYK
RGB Variations
Color information
#671EA5 (or 0x671EA5) is known color: Royal Purple. HEX triplet: 67, 1E and A5. RGB value is (103,30,165). Sum of RGB (Red+Green+Blue) = 103+30+165=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 165 (64.84% from 255 or 55.37% from 298); Max value from RGB is 165 - color contains mainly: blue. Hex color #671EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671EA5 is #98E15A. Grayscale: #424242. Windows color (decimal): -10019163 or 10821223. OLE color: 10821223.
HSL color Cylindrical-coordinate representation of color #671EA5: hue angle of 272.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #671EA5 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 30 | 165 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.35 |
| HSL | 272.44º | 0.69% | 0.38% | - |
| HSV(B) | 272.44º | 0.82% | 0.65% | - |
| XYZ | 12.85 | 6.53 | 36.18 | - |
| YUV | 67.22 | 183.18 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 165 | 0.38 | 0.82 | 0 | 0.35 | 272.44 | 0.69 | 0.38 |
| Hex | 67 | 1E | A5 | 26 | 52 | 0 | 23 | 110 | 45 | 26 |
| Octal | 147 | 36 | 245 | 46 | 122 | 0 | 43 | 420 | 105 | 46 |
| Binary | 1100111 | 11110 | 10100101 | 100110 | 1010010 | 0 | 100011 | 100010000 | 1000101 | 100110 |
Color Harmonies of #671EA5
Complementary color
Monochromatic Colors of #671EA5
Black with #671EA5
Text Example
Text Example
White with #671EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671EA5; }
p { color: rgb(103,30,165); }
H1.HeaderClassName
{
color: #671EA5;
}
.AnyTagClassName
{
color: #671EA5;
}
</style>
background-color css
<style>
a { background-color: #671EA5; }
a { background-color: rgb(103,30,165); }
div.DivClassName
{
background-color: #671EA5;
}
.BgClassName
{
background-color: #671EA5;
}
</style>
border-color css
<style>
span { border-color: #671EA5; }
span { border-color: rgb(103,30,165); }
td.TdClassName
{
border-color: #671EA5;
}
.TagClassName
{
border-color: #671EA5;
}
</style>