Shades of Royal Purple #671FA4
Tints of Royal Purple #671FA4
RGB
CMYK
RGB Variations
Color information
#671FA4 (or 0x671FA4) is known color: Royal Purple. HEX triplet: 67, 1F and A4. RGB value is (103,31,164). Sum of RGB (Red+Green+Blue) = 103+31+164=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 164 (64.45% from 255 or 55.03% from 298); Max value from RGB is 164 - color contains mainly: blue. Hex color #671FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FA4 is #98E05B. Grayscale: #434343. Windows color (decimal): -10018908 or 10755943. OLE color: 10755943.
HSL color Cylindrical-coordinate representation of color #671FA4: hue angle of 272.48º 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 #671FA4 is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 31 | 164 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.36 |
| HSL | 272.48º | 0.68% | 0.38% | - |
| HSV(B) | 272.48º | 0.81% | 0.64% | - |
| XYZ | 12.78 | 6.54 | 35.71 | - |
| YUV | 67.69 | 182.35 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 164 | 0.37 | 0.81 | 0 | 0.36 | 272.48 | 0.68 | 0.38 |
| Hex | 67 | 1F | A4 | 25 | 51 | 0 | 24 | 110 | 44 | 26 |
| Octal | 147 | 37 | 244 | 45 | 121 | 0 | 44 | 420 | 104 | 46 |
| Binary | 1100111 | 11111 | 10100100 | 100101 | 1010001 | 0 | 100100 | 100010000 | 1000100 | 100110 |
Color Harmonies of #671FA4
Complementary color
Monochromatic Colors of #671FA4
Black with #671FA4
Text Example
Text Example
White with #671FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FA4; }
p { color: rgb(103,31,164); }
H1.HeaderClassName
{
color: #671FA4;
}
.AnyTagClassName
{
color: #671FA4;
}
</style>
background-color css
<style>
a { background-color: #671FA4; }
a { background-color: rgb(103,31,164); }
div.DivClassName
{
background-color: #671FA4;
}
.BgClassName
{
background-color: #671FA4;
}
</style>
border-color css
<style>
span { border-color: #671FA4; }
span { border-color: rgb(103,31,164); }
td.TdClassName
{
border-color: #671FA4;
}
.TagClassName
{
border-color: #671FA4;
}
</style>