#6B3577

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

Shades of Eminence #6B3577

Tints of Eminence #6B3577

Color information

#6B3577 (or 0x6B3577) is unknown color: approx Eminence. HEX triplet: 6B, 35 and 77. RGB value is (107,53,119). Sum of RGB (Red+Green+Blue) = 107+53+119=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B3577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3577 is #94CA88. Grayscale: #4C4C4C. Windows color (decimal): -9751177 or 7812459. OLE color: 7812459.

HSL color Cylindrical-coordinate representation of color #6B3577: hue angle of 289.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3577 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10753119-
CMYK0.100.5500.53
HSL289.09º38.37%33.73%-
HSV(B)289.09º55.46%46.67%-
XYZ10.67718.24-
YUV76.67151.89149.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.35%
GREEN value IS 53 (21.09% from 255) = 19.00%
BLUE value IS 119 (46.88% from 255) = 42.65%
R=38.35%
G=19.00%
B=42.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107531190.100.5500.53289.0938.3733.73
Hex6B3577A370351212622
Octal1536516712670654414642
Binary1101011110101111011110101101110110101100100001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,53,119); }

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

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

 a { background-color: rgb(107,53,119); }

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

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

 span { border-color: rgb(107,53,119); }

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