#6F2C80

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

Shades of Eminence #6F2C80

Tints of Eminence #6F2C80

Color information

#6F2C80 (or 0x6F2C80) is unknown color: approx Eminence. HEX triplet: 6F, 2C and 80. RGB value is (111,44,128). Sum of RGB (Red+Green+Blue) = 111+44+128=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F2C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2C80 is #90D37F. Grayscale: #494949. Windows color (decimal): -9491328 or 8399983. OLE color: 8399983.

HSL color Cylindrical-coordinate representation of color #6F2C80: hue angle of 287.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F2C80 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11144128-
CMYK0.130.6600.50
HSL287.86º48.84%33.73%-
HSV(B)287.86º65.62%50.2%-
XYZ11.356.7421.12-
YUV73.61158.7154.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 128 (50.39% from 255) = 45.23%
R=39.22%
G=15.55%
B=45.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111441280.130.6600.50287.8648.8433.73
Hex6F2C80D420321203122
Octal15754200151020624406142
Binary110111110110010000000110110000100110010100100000110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,44,128); }

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

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

 a { background-color: rgb(111,44,128); }

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

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

 span { border-color: rgb(111,44,128); }

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