#6B377A

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

Shades of Eminence #6B377A

Tints of Eminence #6B377A

Color information

#6B377A (or 0x6B377A) is unknown color: approx Eminence. HEX triplet: 6B, 37 and 7A. RGB value is (107,55,122). Sum of RGB (Red+Green+Blue) = 107+55+122=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B377A is #94C885. Grayscale: #4D4D4D. Windows color (decimal): -9750662 or 8009579. OLE color: 8009579.

HSL color Cylindrical-coordinate representation of color #6B377A: hue angle of 286.57º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B377A is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10755122-
CMYK0.120.5500.52
HSL286.57º37.85%34.71%-
HSV(B)286.57º54.92%47.84%-
XYZ10.947.2619.24-
YUV78.19152.73148.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.68%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 122 (48.05% from 255) = 42.96%
R=37.68%
G=19.37%
B=42.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107551220.120.5500.52286.5737.8534.71
Hex6B377AC3703411f2623
Octal1536717214670644374643
Binary1101011110111111101011001101110110100100011111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,55,122); }

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

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

 a { background-color: rgb(107,55,122); }

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

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

 span { border-color: rgb(107,55,122); }

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