Shades of Royal Purple #6A1FA2
Tints of Royal Purple #6A1FA2
RGB
CMYK
RGB Variations
Color information
#6A1FA2 (or 0x6A1FA2) is known color: Royal Purple. HEX triplet: 6A, 1F and A2. RGB value is (106,31,162). Sum of RGB (Red+Green+Blue) = 106+31+162=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 31 (12.5% from 255 or 10.37% from 299); Blue value is 162 (63.67% from 255 or 54.18% from 299); Max value from RGB is 162 - color contains mainly: blue. Hex color #6A1FA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1FA2 is #95E05D. Grayscale: #434343. Windows color (decimal): -9822302 or 10624874. OLE color: 10624874.
HSL color Cylindrical-coordinate representation of color #6A1FA2: hue angle of 274.35º 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 #6A1FA2 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 31 | 162 | - |
| CMYK | 0.35 | 0.81 | 0 | 0.36 |
| HSL | 274.35º | 0.68% | 0.38% | - |
| HSV(B) | 274.35º | 0.81% | 0.64% | - |
| XYZ | 12.96 | 6.65 | 34.78 | - |
| YUV | 68.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 162 | 0.35 | 0.81 | 0 | 0.36 | 274.35 | 0.68 | 0.38 |
| Hex | 6A | 1F | A2 | 23 | 51 | 0 | 24 | 112 | 44 | 26 |
| Octal | 152 | 37 | 242 | 43 | 121 | 0 | 44 | 422 | 104 | 46 |
| Binary | 1101010 | 11111 | 10100010 | 100011 | 1010001 | 0 | 100100 | 100010010 | 1000100 | 100110 |
Color Harmonies of #6A1FA2
Complementary color
Monochromatic Colors of #6A1FA2
Black with #6A1FA2
Text Example
Text Example
White with #6A1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1FA2; }
p { color: rgb(106,31,162); }
H1.HeaderClassName
{
color: #6A1FA2;
}
.AnyTagClassName
{
color: #6A1FA2;
}
</style>
background-color css
<style>
a { background-color: #6A1FA2; }
a { background-color: rgb(106,31,162); }
div.DivClassName
{
background-color: #6A1FA2;
}
.BgClassName
{
background-color: #6A1FA2;
}
</style>
border-color css
<style>
span { border-color: #6A1FA2; }
span { border-color: rgb(106,31,162); }
td.TdClassName
{
border-color: #6A1FA2;
}
.TagClassName
{
border-color: #6A1FA2;
}
</style>