#6A2981

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

Shades of Eminence #6A2981

Tints of Eminence #6A2981

Color information

#6A2981 (or 0x6A2981) is unknown color: approx Eminence. HEX triplet: 6A, 29 and 81. RGB value is (106,41,129). Sum of RGB (Red+Green+Blue) = 106+41+129=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #6A2981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2981 is #95D67E. Grayscale: #464646. Windows color (decimal): -9819775 or 8464746. OLE color: 8464746.

HSL color Cylindrical-coordinate representation of color #6A2981: hue angle of 284.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A2981 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10641129-
CMYK0.180.6800.49
HSL284.32º51.76%33.33%-
HSV(B)284.32º68.22%50.59%-
XYZ10.76.2421.41-
YUV70.47161.03153.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 41 (16.41% from 255) = 14.86%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=38.41%
G=14.86%
B=46.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106411290.180.6800.49284.3251.7633.33
Hex6A2981124403111c3421
Octal15251201221040614346441
Binary1101010101001100000011001010001000110001100011100110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,129); }

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

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

 a { background-color: rgb(106,41,129); }

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

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

 span { border-color: rgb(106,41,129); }

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