#6F317F

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

Shades of Eminence #6F317F

Tints of Eminence #6F317F

Color information

#6F317F (or 0x6F317F) is unknown color: approx Eminence. HEX triplet: 6F, 31 and 7F. RGB value is (111,49,127). Sum of RGB (Red+Green+Blue) = 111+49+127=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F317F is #90CE80. Grayscale: #4C4C4C. Windows color (decimal): -9490049 or 8335727. OLE color: 8335727.

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

Color convert

RGB11149127-
CMYK0.130.6100.50
HSL287.69º44.32%34.51%-
HSV(B)287.69º61.42%49.8%-
XYZ11.487.1120.85-
YUV76.43156.54152.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 127 (50% from 255) = 44.25%
R=38.68%
G=17.07%
B=44.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111491270.130.6100.50287.6944.3234.51
Hex6F317FD3D0321202c23
Octal1576117715750624405443
Binary1101111110001111111111011111010110010100100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,49,127); }

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

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

 a { background-color: rgb(111,49,127); }

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

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

 span { border-color: rgb(111,49,127); }

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