#6E3EA9

Color #6E3EA9 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6E3EA9

Tints of Royal Purple #6E3EA9

Color information

#6E3EA9 (or 0x6E3EA9) is unknown color: approx Royal Purple. HEX triplet: 6E, 3E and A9. RGB value is (110,62,169). Sum of RGB (Red+Green+Blue) = 110+62+169=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 169 - color contains mainly: blue. Hex color #6E3EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3EA9 is #91C156. Grayscale: #585858. Windows color (decimal): -9552215 or 11091566. OLE color: 11091566.

HSL color Cylindrical-coordinate representation of color #6E3EA9: hue angle of 266.92º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E3EA9 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11062169-
CMYK0.350.6300.34
HSL266.92º46.32%45.29%-
HSV(B)266.92º63.31%66.27%-
XYZ15.319.6238.59-
YUV88.55173.4143.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 32.26%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 169 (66.41% from 255) = 49.56%
R=32.26%
G=18.18%
B=49.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal110621690.350.6300.34266.9246.3245.29
Hex6E3EA9233F02210b2e2d
Octal1567625143770424135655
Binary1101110111110101010011000111111110100010100001011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E3EA9; }

 p { color: rgb(110,62,169); }

 H1.HeaderClassName
 {
   color: #6E3EA9;
 }
 .AnyTagClassName
 {
   color: #6E3EA9;
 }
</style>
background-color css

<style>
 a { background-color: #6E3EA9; }

 a { background-color: rgb(110,62,169); }

 div.DivClassName
 {
   background-color: #6E3EA9;
 }
 .BgClassName
 {
   background-color: #6E3EA9;
 }
</style>
border-color css

<style>
 span { border-color: #6E3EA9; }

 span { border-color: rgb(110,62,169); }

 td.TdClassName
 {
   border-color: #6E3EA9;
 }
 .TagClassName
 {
   border-color: #6E3EA9;
 }
</style>