#6F337D

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

Shades of Eminence #6F337D

Tints of Eminence #6F337D

Color information

#6F337D (or 0x6F337D) is unknown color: approx Eminence. HEX triplet: 6F, 33 and 7D. RGB value is (111,51,125). Sum of RGB (Red+Green+Blue) = 111+51+125=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F337D is #90CC82. Grayscale: #4D4D4D. Windows color (decimal): -9489539 or 8205167. OLE color: 8205167.

HSL color Cylindrical-coordinate representation of color #6F337D: hue angle of 288.65º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F337D is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11151125-
CMYK0.110.5900.51
HSL288.65º42.05%34.51%-
HSV(B)288.65º59.2%49.02%-
XYZ11.447.2320.19-
YUV77.38154.88151.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=38.68%
G=17.77%
B=43.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111511250.110.5900.51288.6542.0534.51
Hex6F337DB3B0331212a23
Octal1576317513730634415243
Binary1101111110011111110110111110110110011100100001101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,51,125); }

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

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

 a { background-color: rgb(111,51,125); }

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

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

 span { border-color: rgb(111,51,125); }

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