#6F3576

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

Shades of Eminence #6F3576

Tints of Eminence #6F3576

Color information

#6F3576 (or 0x6F3576) is unknown color: approx Eminence. HEX triplet: 6F, 35 and 76. RGB value is (111,53,118). Sum of RGB (Red+Green+Blue) = 111+53+118=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F3576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3576 is #90CA89. Grayscale: #4D4D4D. Windows color (decimal): -9489034 or 7746927. OLE color: 7746927.

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

Color convert

RGB11153118-
CMYK0.060.5500.54
HSL293.54º38.01%33.53%-
HSV(B)293.54º55.08%46.27%-
XYZ11.17.2317.95-
YUV77.75150.72151.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 53 (21.09% from 255) = 18.79%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=39.36%
G=18.79%
B=41.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111531180.060.5500.54293.5438.0133.53
Hex6F35766370361262622
Octal157651666670664464642
Binary110111111010111101101101101110110110100100110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,118); }

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

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

 a { background-color: rgb(111,53,118); }

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

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

 span { border-color: rgb(111,53,118); }

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