#6A3182

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

Shades of Eminence #6A3182

Tints of Eminence #6A3182

Color information

#6A3182 (or 0x6A3182) is unknown color: approx Eminence. HEX triplet: 6A, 31 and 82. RGB value is (106,49,130). Sum of RGB (Red+Green+Blue) = 106+49+130=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 130 (51.17% from 255 or 45.61% from 285); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A3182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3182 is #95CE7D. Grayscale: #4B4B4B. Windows color (decimal): -9817726 or 8532330. OLE color: 8532330.

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

Color convert

RGB10649130-
CMYK0.180.6200.49
HSL282.22º45.25%35.1%-
HSV(B)282.22º62.31%50.98%-
XYZ11.076.8721.86-
YUV75.28158.88149.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 130 (51.17% from 255) = 45.61%
R=37.19%
G=17.19%
B=45.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106491300.180.6200.49282.2245.2535.1
Hex6A3182123E03111a2d23
Octal1526120222760614325543
Binary110101011000110000010100101111100110001100011010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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