Shades of Royal Purple #6A1E9D
Tints of Royal Purple #6A1E9D
RGB
CMYK
RGB Variations
Color information
#6A1E9D (or 0x6A1E9D) is known color: Royal Purple. HEX triplet: 6A, 1E and 9D. RGB value is (106,30,157). Sum of RGB (Red+Green+Blue) = 106+30+157=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A1E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1E9D is #95E162. Grayscale: #424242. Windows color (decimal): -9822563 or 10296938. OLE color: 10296938.
HSL color Cylindrical-coordinate representation of color #6A1E9D: hue angle of 275.91º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1E9D is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 30 | 157 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.38 |
| HSL | 275.91º | 0.68% | 0.37% | - |
| HSV(B) | 275.91º | 0.81% | 0.62% | - |
| XYZ | 12.49 | 6.43 | 32.48 | - |
| YUV | 67.2 | 178.68 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 30 | 157 | 0.32 | 0.81 | 0 | 0.38 | 275.91 | 0.68 | 0.37 |
| Hex | 6A | 1E | 9D | 20 | 51 | 0 | 26 | 114 | 44 | 25 |
| Octal | 152 | 36 | 235 | 40 | 121 | 0 | 46 | 424 | 104 | 45 |
| Binary | 1101010 | 11110 | 10011101 | 100000 | 1010001 | 0 | 100110 | 100010100 | 1000100 | 100101 |
Color Harmonies of #6A1E9D
Complementary color
Monochromatic Colors of #6A1E9D
Black with #6A1E9D
Text Example
Text Example
White with #6A1E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1E9D; }
p { color: rgb(106,30,157); }
H1.HeaderClassName
{
color: #6A1E9D;
}
.AnyTagClassName
{
color: #6A1E9D;
}
</style>
background-color css
<style>
a { background-color: #6A1E9D; }
a { background-color: rgb(106,30,157); }
div.DivClassName
{
background-color: #6A1E9D;
}
.BgClassName
{
background-color: #6A1E9D;
}
</style>
border-color css
<style>
span { border-color: #6A1E9D; }
span { border-color: rgb(106,30,157); }
td.TdClassName
{
border-color: #6A1E9D;
}
.TagClassName
{
border-color: #6A1E9D;
}
</style>