#6E367A

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

Shades of Eminence #6E367A

Tints of Eminence #6E367A

Color information

#6E367A (or 0x6E367A) is unknown color: approx Eminence. HEX triplet: 6E, 36 and 7A. RGB value is (110,54,122). Sum of RGB (Red+Green+Blue) = 110+54+122=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E367A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E367A is #91C985. Grayscale: #4E4E4E. Windows color (decimal): -9554310 or 8009326. OLE color: 8009326.

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

Color convert

RGB11054122-
CMYK0.100.5600.52
HSL289.41º38.64%34.51%-
HSV(B)289.41º55.74%47.84%-
XYZ11.267.3619.24-
YUV78.5152.55150.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.46%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 122 (48.05% from 255) = 42.66%
R=38.46%
G=18.88%
B=42.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110541220.100.5600.52289.4138.6434.51
Hex6E367AA380341212723
Octal1566617212700644414743
Binary1101110110110111101010101110000110100100100001100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,54,122); }

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

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

 a { background-color: rgb(110,54,122); }

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

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

 span { border-color: rgb(110,54,122); }

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