Shades of Royal Purple #6E2FAB
Tints of Royal Purple #6E2FAB
RGB
CMYK
RGB Variations
Color information
#6E2FAB (or 0x6E2FAB) is known color: Royal Purple. HEX triplet: 6E, 2F and AB. RGB value is (110,47,171). Sum of RGB (Red+Green+Blue) = 110+47+171=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2FAB is #91D054. Grayscale: #4F4F4F. Windows color (decimal): -9556053 or 11218798. OLE color: 11218798.
HSL color Cylindrical-coordinate representation of color #6E2FAB: hue angle of 270.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E2FAB is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 47 | 171 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.33 |
| HSL | 270.48º | 0.57% | 0.43% | - |
| HSV(B) | 270.48º | 0.73% | 0.67% | - |
| XYZ | 14.8 | 8.29 | 39.35 | - |
| YUV | 79.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 171 | 0.36 | 0.73 | 0 | 0.33 | 270.48 | 0.57 | 0.43 |
| Hex | 6E | 2F | AB | 24 | 49 | 0 | 21 | 10E | 39 | 2B |
| Octal | 156 | 57 | 253 | 44 | 111 | 0 | 41 | 416 | 71 | 53 |
| Binary | 1101110 | 101111 | 10101011 | 100100 | 1001001 | 0 | 100001 | 100001110 | 111001 | 101011 |
Color Harmonies of #6E2FAB
Complementary color
Monochromatic Colors of #6E2FAB
Black with #6E2FAB
Text Example
Text Example
White with #6E2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2FAB; }
p { color: rgb(110,47,171); }
H1.HeaderClassName
{
color: #6E2FAB;
}
.AnyTagClassName
{
color: #6E2FAB;
}
</style>
background-color css
<style>
a { background-color: #6E2FAB; }
a { background-color: rgb(110,47,171); }
div.DivClassName
{
background-color: #6E2FAB;
}
.BgClassName
{
background-color: #6E2FAB;
}
</style>
border-color css
<style>
span { border-color: #6E2FAB; }
span { border-color: rgb(110,47,171); }
td.TdClassName
{
border-color: #6E2FAB;
}
.TagClassName
{
border-color: #6E2FAB;
}
</style>