#6E4191

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

Shades of Royal Purple #6E4191

Tints of Royal Purple #6E4191

Color information

#6E4191 (or 0x6E4191) is unknown color: approx Royal Purple. HEX triplet: 6E, 41 and 91. RGB value is (110,65,145). Sum of RGB (Red+Green+Blue) = 110+65+145=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E4191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4191 is #91BE6E. Grayscale: #575757. Windows color (decimal): -9551471 or 9519470. OLE color: 9519470.

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

Color convert

RGB11065145-
CMYK0.240.5500.43
HSL273.75º38.1%41.18%-
HSV(B)273.75º55.17%56.86%-
XYZ13.439.1427.84-
YUV87.58160.41144-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.38%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=34.38%
G=20.31%
B=45.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110651450.240.5500.43273.7538.141.18
Hex6E4191183702B1122629
Octal15610122130670534224651
Binary1101110100000110010001110001101110101011100010010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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