#6A4191

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

Shades of Royal Purple #6A4191

Tints of Royal Purple #6A4191

Color information

#6A4191 (or 0x6A4191) is unknown color: approx Royal Purple. HEX triplet: 6A, 41 and 91. RGB value is (106,65,145). Sum of RGB (Red+Green+Blue) = 106+65+145=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A4191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4191 is #95BE6E. Grayscale: #565656. Windows color (decimal): -9813615 or 9519466. OLE color: 9519466.

HSL color Cylindrical-coordinate representation of color #6A4191: hue angle of 270.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 #6A4191 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10665145-
CMYK0.270.5500.43
HSL270.75º38.1%41.18%-
HSV(B)270.75º55.17%56.86%-
XYZ12.948.8927.82-
YUV86.38161.08142-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 145 (57.03% from 255) = 45.89%
R=33.54%
G=20.57%
B=45.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106651450.270.5500.43270.7538.141.18
Hex6A41911B3702B10f2629
Octal15210122133670534174651
Binary1101010100000110010001110111101110101011100001111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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