#6C3A71

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

Shades of Eminence #6C3A71

Tints of Eminence #6C3A71

Color information

#6C3A71 (or 0x6C3A71) is unknown color: approx Eminence. HEX triplet: 6C, 3A and 71. RGB value is (108,58,113). Sum of RGB (Red+Green+Blue) = 108+58+113=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C3A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A71 is #93C58E. Grayscale: #4F4F4F. Windows color (decimal): -9684367 or 7420524. OLE color: 7420524.

HSL color Cylindrical-coordinate representation of color #6C3A71: hue angle of 294.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C3A71 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10858113-
CMYK0.040.4900.56
HSL294.55º32.16%33.53%-
HSV(B)294.55º48.67%44.31%-
XYZ10.687.4116.49-
YUV79.22147.06148.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=38.71%
G=20.79%
B=40.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108581130.040.4900.56294.5532.1633.53
Hex6C3A714310381272022
Octal154721614610704474042
Binary110110011101011100011001100010111000100100111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,58,113); }

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

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

 a { background-color: rgb(108,58,113); }

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

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

 span { border-color: rgb(108,58,113); }

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