#6B3882

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

Shades of Eminence #6B3882

Tints of Eminence #6B3882

Color information

#6B3882 (or 0x6B3882) is unknown color: approx Eminence. HEX triplet: 6B, 38 and 82. RGB value is (107,56,130). Sum of RGB (Red+Green+Blue) = 107+56+130=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B3882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3882 is #94C77D. Grayscale: #4F4F4F. Windows color (decimal): -9750398 or 8534123. OLE color: 8534123.

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

Color convert

RGB10756130-
CMYK0.180.5700.49
HSL281.35º39.78%36.47%-
HSV(B)281.35º56.92%50.98%-
XYZ11.517.5721.97-
YUV79.68156.4147.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.52%
GREEN value IS 56 (22.27% from 255) = 19.11%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=36.52%
G=19.11%
B=44.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107561300.180.5700.49281.3539.7836.47
Hex6B388212390311192824
Octal1537020222710614315044
Binary110101111100010000010100101110010110001100011001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,56,130); }

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

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

 a { background-color: rgb(107,56,130); }

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

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

 span { border-color: rgb(107,56,130); }

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