#6D2F85

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

Shades of Eminence #6D2F85

Tints of Eminence #6D2F85

Color information

#6D2F85 (or 0x6D2F85) is unknown color: approx Eminence. HEX triplet: 6D, 2F and 85. RGB value is (109,47,133). Sum of RGB (Red+Green+Blue) = 109+47+133=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D2F85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2F85 is #92D07A. Grayscale: #4B4B4B. Windows color (decimal): -9621627 or 8728429. OLE color: 8728429.

HSL color Cylindrical-coordinate representation of color #6D2F85: hue angle of 283.26º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2F85 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10947133-
CMYK0.180.6500.48
HSL283.26º47.78%35.29%-
HSV(B)283.26º64.66%52.16%-
XYZ11.566.9822.93-
YUV75.34160.54152.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.72%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 133 (52.34% from 255) = 46.02%
R=37.72%
G=16.26%
B=46.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109471330.180.6500.48283.2647.7835.29
Hex6D2F85124103011b3023
Octal15557205221010604336043
Binary1101101101111100001011001010000010110000100011011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,47,133); }

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

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

 a { background-color: rgb(109,47,133); }

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

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

 span { border-color: rgb(109,47,133); }

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