Shades of Royal Purple #6E2CAA
Tints of Royal Purple #6E2CAA
RGB
CMYK
RGB Variations
Color information
#6E2CAA (or 0x6E2CAA) is known color: Royal Purple. HEX triplet: 6E, 2C and AA. RGB value is (110,44,170). Sum of RGB (Red+Green+Blue) = 110+44+170=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E2CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2CAA is #91D355. Grayscale: #4D4D4D. Windows color (decimal): -9556822 or 11152494. OLE color: 11152494.
HSL color Cylindrical-coordinate representation of color #6E2CAA: hue angle of 271.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E2CAA is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 44 | 170 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.33 |
| HSL | 271.43º | 0.59% | 0.42% | - |
| HSV(B) | 271.43º | 0.74% | 0.67% | - |
| XYZ | 14.59 | 8.02 | 38.81 | - |
| YUV | 78.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 44 | 170 | 0.35 | 0.74 | 0 | 0.33 | 271.43 | 0.59 | 0.42 |
| Hex | 6E | 2C | AA | 23 | 4A | 0 | 21 | 10F | 3B | 2A |
| Octal | 156 | 54 | 252 | 43 | 112 | 0 | 41 | 417 | 73 | 52 |
| Binary | 1101110 | 101100 | 10101010 | 100011 | 1001010 | 0 | 100001 | 100001111 | 111011 | 101010 |
Color Harmonies of #6E2CAA
Complementary color
Monochromatic Colors of #6E2CAA
Black with #6E2CAA
Text Example
Text Example
White with #6E2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2CAA; }
p { color: rgb(110,44,170); }
H1.HeaderClassName
{
color: #6E2CAA;
}
.AnyTagClassName
{
color: #6E2CAA;
}
</style>
background-color css
<style>
a { background-color: #6E2CAA; }
a { background-color: rgb(110,44,170); }
div.DivClassName
{
background-color: #6E2CAA;
}
.BgClassName
{
background-color: #6E2CAA;
}
</style>
border-color css
<style>
span { border-color: #6E2CAA; }
span { border-color: rgb(110,44,170); }
td.TdClassName
{
border-color: #6E2CAA;
}
.TagClassName
{
border-color: #6E2CAA;
}
</style>