#6F377C

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

Shades of Eminence #6F377C

Tints of Eminence #6F377C

Color information

#6F377C (or 0x6F377C) is unknown color: approx Eminence. HEX triplet: 6F, 37 and 7C. RGB value is (111,55,124). Sum of RGB (Red+Green+Blue) = 111+55+124=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F377C is #90C883. Grayscale: #4F4F4F. Windows color (decimal): -9488516 or 8140655. OLE color: 8140655.

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

Color convert

RGB11155124-
CMYK0.100.5600.51
HSL288.7º38.55%35.1%-
HSV(B)288.7º55.65%48.63%-
XYZ11.567.5719.92-
YUV79.61153.05150.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=38.28%
G=18.97%
B=42.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111551240.100.5600.51288.738.5535.1
Hex6F377CA380331212723
Octal1576717412700634414743
Binary1101111110111111110010101110000110011100100001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,124); }

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

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

 a { background-color: rgb(111,55,124); }

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

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

 span { border-color: rgb(111,55,124); }

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