Shades of Royal Purple #6E3FAC
Tints of Royal Purple #6E3FAC
RGB
CMYK
RGB Variations
Color information
#6E3FAC (or 0x6E3FAC) is known color: Royal Purple. HEX triplet: 6E, 3F and AC. RGB value is (110,63,172). Sum of RGB (Red+Green+Blue) = 110+63+172=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3FAC is #91C053. Grayscale: #595959. Windows color (decimal): -9551956 or 11288430. OLE color: 11288430.
HSL color Cylindrical-coordinate representation of color #6E3FAC: hue angle of 265.87º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3FAC is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 63 | 172 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.33 |
| HSL | 265.87º | 0.46% | 0.46% | - |
| HSV(B) | 265.87º | 0.63% | 0.67% | - |
| XYZ | 15.65 | 9.85 | 40.11 | - |
| YUV | 89.48 | 174.57 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 63 | 172 | 0.36 | 0.63 | 0 | 0.33 | 265.87 | 0.46 | 0.46 |
| Hex | 6E | 3F | AC | 24 | 3F | 0 | 21 | 10A | 2E | 2E |
| Octal | 156 | 77 | 254 | 44 | 77 | 0 | 41 | 412 | 56 | 56 |
| Binary | 1101110 | 111111 | 10101100 | 100100 | 111111 | 0 | 100001 | 100001010 | 101110 | 101110 |
Color Harmonies of #6E3FAC
Complementary color
Monochromatic Colors of #6E3FAC
Black with #6E3FAC
Text Example
Text Example
White with #6E3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3FAC; }
p { color: rgb(110,63,172); }
H1.HeaderClassName
{
color: #6E3FAC;
}
.AnyTagClassName
{
color: #6E3FAC;
}
</style>
background-color css
<style>
a { background-color: #6E3FAC; }
a { background-color: rgb(110,63,172); }
div.DivClassName
{
background-color: #6E3FAC;
}
.BgClassName
{
background-color: #6E3FAC;
}
</style>
border-color css
<style>
span { border-color: #6E3FAC; }
span { border-color: rgb(110,63,172); }
td.TdClassName
{
border-color: #6E3FAC;
}
.TagClassName
{
border-color: #6E3FAC;
}
</style>