#6D297D

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

Shades of Eminence #6D297D

Tints of Eminence #6D297D

Color information

#6D297D (or 0x6D297D) is unknown color: approx Eminence. HEX triplet: 6D, 29 and 7D. RGB value is (109,41,125). Sum of RGB (Red+Green+Blue) = 109+41+125=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D297D is #92D682. Grayscale: #464646. Windows color (decimal): -9623171 or 8202605. OLE color: 8202605.

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

Color convert

RGB10941125-
CMYK0.130.6700.51
HSL288.57º50.6%32.55%-
HSV(B)288.57º67.2%49.02%-
XYZ10.86.3220.05-
YUV70.91158.53155.17-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.64%
GREEN value IS 41 (16.41% from 255) = 14.91%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=39.64%
G=14.91%
B=45.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109411250.130.6700.51288.5750.632.55
Hex6D297DD430331213321
Octal15551175151030634416341
Binary11011011010011111101110110000110110011100100001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,41,125); }

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

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

 a { background-color: rgb(109,41,125); }

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

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

 span { border-color: rgb(109,41,125); }

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