#6A327C

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

Shades of Eminence #6A327C

Tints of Eminence #6A327C

Color information

#6A327C (or 0x6A327C) is unknown color: approx Eminence. HEX triplet: 6A, 32 and 7C. RGB value is (106,50,124). Sum of RGB (Red+Green+Blue) = 106+50+124=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A327C is #95CD83. Grayscale: #4A4A4A. Windows color (decimal): -9817476 or 8139370. OLE color: 8139370.

HSL color Cylindrical-coordinate representation of color #6A327C: hue angle of 285.41º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A327C is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10650124-
CMYK0.150.6000.51
HSL285.41º42.53%34.12%-
HSV(B)285.41º59.68%48.63%-
XYZ10.726.819.82-
YUV75.18155.55149.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 124 (48.83% from 255) = 44.29%
R=37.86%
G=17.86%
B=44.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106501240.150.6000.51285.4142.5334.12
Hex6A327CF3C03311d2b22
Octal1526217417740634355342
Binary1101010110010111110011111111000110011100011101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,50,124); }

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

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

 a { background-color: rgb(106,50,124); }

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

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

 span { border-color: rgb(106,50,124); }

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