#6F2F81

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

Shades of Eminence #6F2F81

Tints of Eminence #6F2F81

Color information

#6F2F81 (or 0x6F2F81) is unknown color: approx Eminence. HEX triplet: 6F, 2F and 81. RGB value is (111,47,129). Sum of RGB (Red+Green+Blue) = 111+47+129=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #6F2F81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2F81 is #90D07E. Grayscale: #4B4B4B. Windows color (decimal): -9490559 or 8466287. OLE color: 8466287.

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

Color convert

RGB11147129-
CMYK0.140.6400.49
HSL286.83º46.59%34.51%-
HSV(B)286.83º63.57%50.59%-
XYZ11.53721.51-
YUV75.48158.2153.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 47 (18.75% from 255) = 16.38%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=38.68%
G=16.38%
B=44.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111471290.140.6400.49286.8346.5934.51
Hex6F2F81E4003111f2f23
Octal15757201161000614375743
Binary110111110111110000001111010000000110001100011111101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,47,129); }

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

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

 a { background-color: rgb(111,47,129); }

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

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

 span { border-color: rgb(111,47,129); }

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