#6A3191

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

Shades of Royal Purple #6A3191

Tints of Royal Purple #6A3191

Color information

#6A3191 (or 0x6A3191) is unknown color: approx Royal Purple. HEX triplet: 6A, 31 and 91. RGB value is (106,49,145). Sum of RGB (Red+Green+Blue) = 106+49+145=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A3191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3191 is #95CE6E. Grayscale: #4C4C4C. Windows color (decimal): -9817711 or 9515370. OLE color: 9515370.

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

Color convert

RGB10649145-
CMYK0.270.6600.43
HSL275.62º49.48%38.04%-
HSV(B)275.62º66.21%56.86%-
XYZ12.157.3127.56-
YUV76.99166.38148.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=35.33%
G=16.33%
B=48.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106491450.270.6600.43275.6249.4838.04
Hex6A31911B4202B1143126
Octal15261221331020534246146
Binary1101010110001100100011101110000100101011100010100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,145); }

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

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

 a { background-color: rgb(106,49,145); }

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

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

 span { border-color: rgb(106,49,145); }

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