Shades of Royal Purple #6A1FA6
Tints of Royal Purple #6A1FA6
RGB
CMYK
RGB Variations
Color information
#6A1FA6 (or 0x6A1FA6) is known color: Royal Purple. HEX triplet: 6A, 1F and A6. RGB value is (106,31,166). Sum of RGB (Red+Green+Blue) = 106+31+166=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 166 (65.23% from 255 or 54.79% from 303); Max value from RGB is 166 - color contains mainly: blue. Hex color #6A1FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1FA6 is #95E059. Grayscale: #444444. Windows color (decimal): -9822298 or 10887018. OLE color: 10887018.
HSL color Cylindrical-coordinate representation of color #6A1FA6: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1FA6 is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 31 | 166 | - |
| CMYK | 0.36 | 0.81 | 0 | 0.35 |
| HSL | 273.33º | 0.69% | 0.39% | - |
| HSV(B) | 273.33º | 0.81% | 0.65% | - |
| XYZ | 13.32 | 6.8 | 36.69 | - |
| YUV | 68.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 166 | 0.36 | 0.81 | 0 | 0.35 | 273.33 | 0.69 | 0.39 |
| Hex | 6A | 1F | A6 | 24 | 51 | 0 | 23 | 111 | 45 | 27 |
| Octal | 152 | 37 | 246 | 44 | 121 | 0 | 43 | 421 | 105 | 47 |
| Binary | 1101010 | 11111 | 10100110 | 100100 | 1010001 | 0 | 100011 | 100010001 | 1000101 | 100111 |
Color Harmonies of #6A1FA6
Complementary color
Monochromatic Colors of #6A1FA6
Black with #6A1FA6
Text Example
Text Example
White with #6A1FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1FA6; }
p { color: rgb(106,31,166); }
H1.HeaderClassName
{
color: #6A1FA6;
}
.AnyTagClassName
{
color: #6A1FA6;
}
</style>
background-color css
<style>
a { background-color: #6A1FA6; }
a { background-color: rgb(106,31,166); }
div.DivClassName
{
background-color: #6A1FA6;
}
.BgClassName
{
background-color: #6A1FA6;
}
</style>
border-color css
<style>
span { border-color: #6A1FA6; }
span { border-color: rgb(106,31,166); }
td.TdClassName
{
border-color: #6A1FA6;
}
.TagClassName
{
border-color: #6A1FA6;
}
</style>