#6E4291

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

Shades of Royal Purple #6E4291

Tints of Royal Purple #6E4291

Color information

#6E4291 (or 0x6E4291) is unknown color: approx Royal Purple. HEX triplet: 6E, 42 and 91. RGB value is (110,66,145). Sum of RGB (Red+Green+Blue) = 110+66+145=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E4291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4291 is #91BD6E. Grayscale: #575757. Windows color (decimal): -9551215 or 9519726. OLE color: 9519726.

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

Color convert

RGB11066145-
CMYK0.240.5400.43
HSL273.42º37.44%41.37%-
HSV(B)273.42º54.48%56.86%-
XYZ13.499.2627.86-
YUV88.16160.08143.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=34.27%
G=20.56%
B=45.17%

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
Decimal110661450.240.5400.43273.4237.4441.37
Hex6E4291183602B1112529
Octal15610222130660534214551
Binary1101110100001010010001110001101100101011100010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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