#6A0591

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

Shades of Purple #6A0591

Tints of Purple #6A0591

Color information

#6A0591 (or 0x6A0591) is unknown color: approx Purple. HEX triplet: 6A, 05 and 91. RGB value is (106,5,145). Sum of RGB (Red+Green+Blue) = 106+5+145=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A0591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0591 is #95FA6E. Grayscale: #323232. Windows color (decimal): -9828975 or 9504106. OLE color: 9504106.

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

Color convert

RGB1065145-
CMYK0.270.9700.43
HSL283.29º93.33%29.41%-
HSV(B)283.29º96.55%56.86%-
XYZ11.115.2227.21-
YUV51.16180.96167.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 5 (2.34% from 255) = 1.95%
BLUE value IS 145 (57.03% from 255) = 56.64%
R=41.41%
G=1.95%
B=56.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10651450.270.9700.43283.2993.3329.41
Hex6A5911B6102B11b5d1d
Octal15252213314105343313535
Binary1101010101100100011101111000010101011100011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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