#6B3476

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

Shades of Eminence #6B3476

Tints of Eminence #6B3476

Color information

#6B3476 (or 0x6B3476) is unknown color: approx Eminence. HEX triplet: 6B, 34 and 76. RGB value is (107,52,118). Sum of RGB (Red+Green+Blue) = 107+52+118=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B3476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3476 is #94CB89. Grayscale: #4B4B4B. Windows color (decimal): -9751434 or 7746667. OLE color: 7746667.

HSL color Cylindrical-coordinate representation of color #6B3476: hue angle of 290º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B3476 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10752118-
CMYK0.090.5600.54
HSL290º38.82%33.33%-
HSV(B)290º55.93%46.27%-
XYZ10.566.8917.91-
YUV75.97151.72150.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=38.63%
G=18.77%
B=42.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107521180.090.5600.5429038.8233.33
Hex6B34769380361222721
Octal1536416611700664424741
Binary1101011110100111011010011110000110110100100010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,52,118); }

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

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

 a { background-color: rgb(107,52,118); }

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

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

 span { border-color: rgb(107,52,118); }

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