Shades of Royal Purple #6E1FA4
Tints of Royal Purple #6E1FA4
RGB
CMYK
RGB Variations
Color information
#6E1FA4 (or 0x6E1FA4) is known color: Royal Purple. HEX triplet: 6E, 1F and A4. RGB value is (110,31,164). Sum of RGB (Red+Green+Blue) = 110+31+164=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E1FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1FA4 is #91E05B. Grayscale: #454545. Windows color (decimal): -9560156 or 10755950. OLE color: 10755950.
HSL color Cylindrical-coordinate representation of color #6E1FA4: hue angle of 275.64º 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 #6E1FA4 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 31 | 164 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.36 |
| HSL | 275.64º | 0.68% | 0.38% | - |
| HSV(B) | 275.64º | 0.81% | 0.64% | - |
| XYZ | 13.62 | 6.98 | 35.75 | - |
| YUV | 69.78 | 181.17 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 31 | 164 | 0.33 | 0.81 | 0 | 0.36 | 275.64 | 0.68 | 0.38 |
| Hex | 6E | 1F | A4 | 21 | 51 | 0 | 24 | 114 | 44 | 26 |
| Octal | 156 | 37 | 244 | 41 | 121 | 0 | 44 | 424 | 104 | 46 |
| Binary | 1101110 | 11111 | 10100100 | 100001 | 1010001 | 0 | 100100 | 100010100 | 1000100 | 100110 |
Color Harmonies of #6E1FA4
Complementary color
Monochromatic Colors of #6E1FA4
Black with #6E1FA4
Text Example
Text Example
White with #6E1FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1FA4; }
p { color: rgb(110,31,164); }
H1.HeaderClassName
{
color: #6E1FA4;
}
.AnyTagClassName
{
color: #6E1FA4;
}
</style>
background-color css
<style>
a { background-color: #6E1FA4; }
a { background-color: rgb(110,31,164); }
div.DivClassName
{
background-color: #6E1FA4;
}
.BgClassName
{
background-color: #6E1FA4;
}
</style>
border-color css
<style>
span { border-color: #6E1FA4; }
span { border-color: rgb(110,31,164); }
td.TdClassName
{
border-color: #6E1FA4;
}
.TagClassName
{
border-color: #6E1FA4;
}
</style>