#6B3280

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

Shades of Eminence #6B3280

Tints of Eminence #6B3280

Color information

#6B3280 (or 0x6B3280) is unknown color: approx Eminence. HEX triplet: 6B, 32 and 80. RGB value is (107,50,128). Sum of RGB (Red+Green+Blue) = 107+50+128=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #6B3280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3280 is #94CD7F. Grayscale: #4B4B4B. Windows color (decimal): -9751936 or 8401515. OLE color: 8401515.

HSL color Cylindrical-coordinate representation of color #6B3280: hue angle of 283.85º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B3280 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10750128-
CMYK0.160.6100.50
HSL283.85º43.82%34.9%-
HSV(B)283.85º60.94%50.2%-
XYZ11.16.9721.18-
YUV75.94157.38150.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=37.54%
G=17.54%
B=44.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107501280.160.6100.50283.8543.8234.9
Hex6B3280103D03211c2c23
Octal1536220020750624345443
Binary110101111001010000000100001111010110010100011100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,50,128); }

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

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

 a { background-color: rgb(107,50,128); }

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

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

 span { border-color: rgb(107,50,128); }

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