#6A317D

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

Shades of Eminence #6A317D

Tints of Eminence #6A317D

Color information

#6A317D (or 0x6A317D) is unknown color: approx Eminence. HEX triplet: 6A, 31 and 7D. RGB value is (106,49,125). Sum of RGB (Red+Green+Blue) = 106+49+125=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A317D is #95CE82. Grayscale: #4A4A4A. Windows color (decimal): -9817731 or 8204650. OLE color: 8204650.

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

Color convert

RGB10649125-
CMYK0.150.6100.51
HSL285º43.68%34.12%-
HSV(B)285º60.8%49.02%-
XYZ10.746.7420.14-
YUV74.71156.38150.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 49 (19.53% from 255) = 17.5%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=37.86%
G=17.5%
B=44.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106491250.150.6100.5128543.6834.12
Hex6A317DF3D03311d2c22
Octal1526117517750634355442
Binary1101010110001111110111111111010110011100011101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,125); }

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

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

 a { background-color: rgb(106,49,125); }

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

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

 span { border-color: rgb(106,49,125); }

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