#6A2682

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

Shades of Eminence #6A2682

Tints of Eminence #6A2682

Color information

#6A2682 (or 0x6A2682) is unknown color: approx Eminence. HEX triplet: 6A, 26 and 82. RGB value is (106,38,130). Sum of RGB (Red+Green+Blue) = 106+38+130=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A2682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2682 is #95D97D. Grayscale: #444444. Windows color (decimal): -9820542 or 8529514. OLE color: 8529514.

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

Color convert

RGB10638130-
CMYK0.180.7100.49
HSL284.35º54.76%32.94%-
HSV(B)284.35º70.77%50.98%-
XYZ10.676.0621.73-
YUV68.82162.53154.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 38 (15.23% from 255) = 13.87%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=38.69%
G=13.87%
B=47.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106381300.180.7100.49284.3554.7632.94
Hex6A2682124703111c3721
Octal15246202221070614346741
Binary1101010100110100000101001010001110110001100011100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,38,130); }

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

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

 a { background-color: rgb(106,38,130); }

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

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

 span { border-color: rgb(106,38,130); }

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