Html Css Color HEX #6E387A Eminence

📋 copy color: '#6E387A'

red 110 ◦ green 56 ◦ blue 122

#6E387A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #6E387A

Tints of Eminence #6E387A

RGB

 RED value IS 110 (43.36% from 255) = 38.19%

 GREEN value IS 56 (22.27% from 255) = 19.44%

 BLUE value IS 122 (48.05% from 255) = 42.36%

R = 38.19%
G = 19.44%
B = 42.36%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E387A (or 0x6E387A) is known color: Eminence. HEX triplet: 6E, 38 and 7A. RGB value is (110,56,122). Sum of RGB (Red+Green+Blue) = 110+56+122=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E387A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E387A is #91C785. Grayscale: #4F4F4F. Windows color (decimal): -9553798 or 8009838. OLE color: 8009838.

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

Color convert

RGB 110 56 122 -
CMYK 0.10 0.54 0 0.52
HSL 289.09º 0.37% 0.35% -
HSV(B) 289.09º 0.54% 0.48% -
XYZ 11.36 7.55 19.27 -
YUV 79.67 151.89 149.63 -
System Red Green Blue C M Y K H S L
Decimal 110 56 122 0.10 0.54 0 0.52 289.09 0.37 0.35
Hex 6E 38 7A A 36 0 34 121 25 23
Octal 156 70 172 12 66 0 64 441 45 43
Binary 1101110 111000 1111010 1010 110110 0 110100 100100001 100101 100011

Color Harmonies of #6E387A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E387A

Black with #6E387A

Text Example


Text Example

White with #6E387A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E387A;
 }
 .AnyTagClassName
 {
   color: #6E387A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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