#6C327F

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

Shades of Eminence #6C327F

Tints of Eminence #6C327F

Color information

#6C327F (or 0x6C327F) is unknown color: approx Eminence. HEX triplet: 6C, 32 and 7F. RGB value is (108,50,127). Sum of RGB (Red+Green+Blue) = 108+50+127=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #6C327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C327F is #93CD80. Grayscale: #4B4B4B. Windows color (decimal): -9686401 or 8335980. OLE color: 8335980.

HSL color Cylindrical-coordinate representation of color #6C327F: hue angle of 285.19º 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 #6C327F is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10850127-
CMYK0.150.6100.50
HSL285.19º43.5%34.71%-
HSV(B)285.19º60.63%49.8%-
XYZ11.16720.84-
YUV76.12156.72150.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 127 (50% from 255) = 44.56%
R=37.89%
G=17.54%
B=44.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal108501270.150.6100.50285.1943.534.71
Hex6C327FF3D03211d2c23
Octal1546217717750624355443
Binary1101100110010111111111111111010110010100011101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,127); }

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

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

 a { background-color: rgb(108,50,127); }

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

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

 span { border-color: rgb(108,50,127); }

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