#6D2A7F

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

Shades of Eminence #6D2A7F

Tints of Eminence #6D2A7F

Color information

#6D2A7F (or 0x6D2A7F) is unknown color: approx Eminence. HEX triplet: 6D, 2A and 7F. RGB value is (109,42,127). Sum of RGB (Red+Green+Blue) = 109+42+127=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D2A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2A7F is #92D580. Grayscale: #474747. Windows color (decimal): -9622913 or 8333933. OLE color: 8333933.

HSL color Cylindrical-coordinate representation of color #6D2A7F: hue angle of 287.29º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D2A7F is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10942127-
CMYK0.140.6700.50
HSL287.29º50.3%33.14%-
HSV(B)287.29º66.93%49.8%-
XYZ10.976.4420.74-
YUV71.72159.2154.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 127 (50% from 255) = 45.68%
R=39.21%
G=15.11%
B=45.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal109421270.140.6700.50287.2950.333.14
Hex6D2A7FE4303211f3221
Octal15552177161030624376241
Binary11011011010101111111111010000110110010100011111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,42,127); }

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

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

 a { background-color: rgb(109,42,127); }

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

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

 span { border-color: rgb(109,42,127); }

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