Shades of Royal Purple #6E42AC
Tints of Royal Purple #6E42AC
RGB
CMYK
RGB Variations
Color information
#6E42AC (or 0x6E42AC) is known color: Royal Purple. HEX triplet: 6E, 42 and AC. RGB value is (110,66,172). Sum of RGB (Red+Green+Blue) = 110+66+172=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E42AC is #91BD53. Grayscale: #5A5A5A. Windows color (decimal): -9551188 or 11289198. OLE color: 11289198.
HSL color Cylindrical-coordinate representation of color #6E42AC: hue angle of 264.91º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E42AC is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 66 | 172 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.33 |
| HSL | 264.91º | 0.45% | 0.47% | - |
| HSV(B) | 264.91º | 0.62% | 0.67% | - |
| XYZ | 15.83 | 10.19 | 40.16 | - |
| YUV | 91.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 172 | 0.36 | 0.62 | 0 | 0.33 | 264.91 | 0.45 | 0.47 |
| Hex | 6E | 42 | AC | 24 | 3E | 0 | 21 | 109 | 2D | 2F |
| Octal | 156 | 102 | 254 | 44 | 76 | 0 | 41 | 411 | 55 | 57 |
| Binary | 1101110 | 1000010 | 10101100 | 100100 | 111110 | 0 | 100001 | 100001001 | 101101 | 101111 |
Color Harmonies of #6E42AC
Complementary color
Monochromatic Colors of #6E42AC
Black with #6E42AC
Text Example
Text Example
White with #6E42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E42AC; }
p { color: rgb(110,66,172); }
H1.HeaderClassName
{
color: #6E42AC;
}
.AnyTagClassName
{
color: #6E42AC;
}
</style>
background-color css
<style>
a { background-color: #6E42AC; }
a { background-color: rgb(110,66,172); }
div.DivClassName
{
background-color: #6E42AC;
}
.BgClassName
{
background-color: #6E42AC;
}
</style>
border-color css
<style>
span { border-color: #6E42AC; }
span { border-color: rgb(110,66,172); }
td.TdClassName
{
border-color: #6E42AC;
}
.TagClassName
{
border-color: #6E42AC;
}
</style>