#6E4391

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

Shades of Royal Purple #6E4391

Tints of Royal Purple #6E4391

Color information

#6E4391 (or 0x6E4391) is unknown color: approx Royal Purple. HEX triplet: 6E, 43 and 91. RGB value is (110,67,145). Sum of RGB (Red+Green+Blue) = 110+67+145=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E4391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4391 is #91BC6E. Grayscale: #585858. Windows color (decimal): -9550959 or 9519982. OLE color: 9519982.

HSL color Cylindrical-coordinate representation of color #6E4391: hue angle of 273.08º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E4391 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11067145-
CMYK0.240.5400.43
HSL273.08º36.79%41.57%-
HSV(B)273.08º53.79%56.86%-
XYZ13.559.3727.88-
YUV88.75159.75143.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 67 (26.56% from 255) = 20.81%
BLUE value IS 145 (57.03% from 255) = 45.03%
R=34.16%
G=20.81%
B=45.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110671450.240.5400.43273.0836.7941.57
Hex6E4391183602B111252a
Octal15610322130660534214552
Binary1101110100001110010001110001101100101011100010001100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,145); }

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

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

 a { background-color: rgb(110,67,145); }

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

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

 span { border-color: rgb(110,67,145); }

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