#6B397A

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

Shades of Eminence #6B397A

Tints of Eminence #6B397A

Color information

#6B397A (or 0x6B397A) is unknown color: approx Eminence. HEX triplet: 6B, 39 and 7A. RGB value is (107,57,122). Sum of RGB (Red+Green+Blue) = 107+57+122=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B397A is #94C685. Grayscale: #4F4F4F. Windows color (decimal): -9750150 or 8010091. OLE color: 8010091.

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

Color convert

RGB10757122-
CMYK0.120.5300.52
HSL286.15º36.31%35.1%-
HSV(B)286.15º53.28%47.84%-
XYZ11.047.4619.27-
YUV79.36152.06147.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.41%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=37.41%
G=19.93%
B=42.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal107571220.120.5300.52286.1536.3135.1
Hex6B397AC3503411e2423
Octal1537117214650644364443
Binary1101011111001111101011001101010110100100011110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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