#6E3691

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

Shades of Royal Purple #6E3691

Tints of Royal Purple #6E3691

Color information

#6E3691 (or 0x6E3691) is unknown color: approx Royal Purple. HEX triplet: 6E, 36 and 91. RGB value is (110,54,145). Sum of RGB (Red+Green+Blue) = 110+54+145=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E3691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3691 is #91C96E. Grayscale: #505050. Windows color (decimal): -9554287 or 9516654. OLE color: 9516654.

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

Color convert

RGB11054145-
CMYK0.240.6300.43
HSL276.92º45.73%39.02%-
HSV(B)276.92º62.76%56.86%-
XYZ12.86827.65-
YUV81.12164.05148.6-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 145 (57.03% from 255) = 46.93%
R=35.60%
G=17.48%
B=46.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110541450.240.6300.43276.9245.7339.02
Hex6E3691183F02B1152e27
Octal1566622130770534255647
Binary110111011011010010001110001111110101011100010101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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