Shades of Royal Purple #6E3CA4
Tints of Royal Purple #6E3CA4
RGB
CMYK
RGB Variations
Color information
#6E3CA4 (or 0x6E3CA4) is known color: Royal Purple. HEX triplet: 6E, 3C and A4. RGB value is (110,60,164). Sum of RGB (Red+Green+Blue) = 110+60+164=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E3CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3CA4 is #91C35B. Grayscale: #565656. Windows color (decimal): -9552732 or 10763374. OLE color: 10763374.
HSL color Cylindrical-coordinate representation of color #6E3CA4: hue angle of 268.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3CA4 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 60 | 164 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.36 |
| HSL | 268.85º | 0.46% | 0.44% | - |
| HSV(B) | 268.85º | 0.63% | 0.64% | - |
| XYZ | 14.75 | 9.23 | 36.13 | - |
| YUV | 86.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 60 | 164 | 0.33 | 0.63 | 0 | 0.36 | 268.85 | 0.46 | 0.44 |
| Hex | 6E | 3C | A4 | 21 | 3F | 0 | 24 | 10D | 2E | 2C |
| Octal | 156 | 74 | 244 | 41 | 77 | 0 | 44 | 415 | 56 | 54 |
| Binary | 1101110 | 111100 | 10100100 | 100001 | 111111 | 0 | 100100 | 100001101 | 101110 | 101100 |
Color Harmonies of #6E3CA4
Complementary color
Monochromatic Colors of #6E3CA4
Black with #6E3CA4
Text Example
Text Example
White with #6E3CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3CA4; }
p { color: rgb(110,60,164); }
H1.HeaderClassName
{
color: #6E3CA4;
}
.AnyTagClassName
{
color: #6E3CA4;
}
</style>
background-color css
<style>
a { background-color: #6E3CA4; }
a { background-color: rgb(110,60,164); }
div.DivClassName
{
background-color: #6E3CA4;
}
.BgClassName
{
background-color: #6E3CA4;
}
</style>
border-color css
<style>
span { border-color: #6E3CA4; }
span { border-color: rgb(110,60,164); }
td.TdClassName
{
border-color: #6E3CA4;
}
.TagClassName
{
border-color: #6E3CA4;
}
</style>