#6A3282

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

Shades of Eminence #6A3282

Tints of Eminence #6A3282

Color information

#6A3282 (or 0x6A3282) is unknown color: approx Eminence. HEX triplet: 6A, 32 and 82. RGB value is (106,50,130). Sum of RGB (Red+Green+Blue) = 106+50+130=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A3282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3282 is #95CD7D. Grayscale: #4B4B4B. Windows color (decimal): -9817470 or 8532586. OLE color: 8532586.

HSL color Cylindrical-coordinate representation of color #6A3282: hue angle of 282º degrees, saturation: 0.44, 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 #6A3282 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10650130-
CMYK0.180.6200.49
HSL282º44.44%35.29%-
HSV(B)282º61.54%50.98%-
XYZ11.116.9621.88-
YUV75.86158.55149.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=37.06%
G=17.48%
B=45.45%

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
Decimal106501300.180.6200.4928244.4435.29
Hex6A3282123E03111a2c23
Octal1526220222760614325443
Binary110101011001010000010100101111100110001100011010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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