Shades of Royal Purple #671FA5
Tints of Royal Purple #671FA5
RGB
CMYK
RGB Variations
Color information
#671FA5 (or 0x671FA5) is known color: Royal Purple. HEX triplet: 67, 1F and A5. RGB value is (103,31,165). Sum of RGB (Red+Green+Blue) = 103+31+165=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 165 (64.84% from 255 or 55.18% from 299); Max value from RGB is 165 - color contains mainly: blue. Hex color #671FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FA5 is #98E05A. Grayscale: #434343. Windows color (decimal): -10018907 or 10821479. OLE color: 10821479.
HSL color Cylindrical-coordinate representation of color #671FA5: hue angle of 272.24º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671FA5 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 31 | 165 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.35 |
| HSL | 272.24º | 0.68% | 0.38% | - |
| HSV(B) | 272.24º | 0.81% | 0.65% | - |
| XYZ | 12.88 | 6.58 | 36.19 | - |
| YUV | 67.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 165 | 0.38 | 0.81 | 0 | 0.35 | 272.24 | 0.68 | 0.38 |
| Hex | 67 | 1F | A5 | 26 | 51 | 0 | 23 | 110 | 44 | 26 |
| Octal | 147 | 37 | 245 | 46 | 121 | 0 | 43 | 420 | 104 | 46 |
| Binary | 1100111 | 11111 | 10100101 | 100110 | 1010001 | 0 | 100011 | 100010000 | 1000100 | 100110 |
Color Harmonies of #671FA5
Complementary color
Monochromatic Colors of #671FA5
Black with #671FA5
Text Example
Text Example
White with #671FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FA5; }
p { color: rgb(103,31,165); }
H1.HeaderClassName
{
color: #671FA5;
}
.AnyTagClassName
{
color: #671FA5;
}
</style>
background-color css
<style>
a { background-color: #671FA5; }
a { background-color: rgb(103,31,165); }
div.DivClassName
{
background-color: #671FA5;
}
.BgClassName
{
background-color: #671FA5;
}
</style>
border-color css
<style>
span { border-color: #671FA5; }
span { border-color: rgb(103,31,165); }
td.TdClassName
{
border-color: #671FA5;
}
.TagClassName
{
border-color: #671FA5;
}
</style>