Html Css Color HEX #6E387D Eminence

📋 copy color: '#6E387D'

red 110 ◦ green 56 ◦ blue 125

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

Shades of Eminence #6E387D

Tints of Eminence #6E387D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.96%

R = 37.8%
G = 19.24%
B = 42.96%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E387D (or 0x6E387D) is known color: Eminence. HEX triplet: 6E, 38 and 7D. RGB value is (110,56,125). Sum of RGB (Red+Green+Blue) = 110+56+125=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 125 (49.22% from 255 or 42.96% from 291); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E387D is #91C782. Grayscale: #4F4F4F. Windows color (decimal): -9553795 or 8206446. OLE color: 8206446.

HSL color Cylindrical-coordinate representation of color #6E387D: hue angle of 286.96º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E387D is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 56 125 -
CMYK 0.12 0.55 0 0.51
HSL 286.96º 0.38% 0.35% -
HSV(B) 286.96º 0.55% 0.49% -
XYZ 11.55 7.62 20.27 -
YUV 80.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 110 56 125 0.12 0.55 0 0.51 286.96 0.38 0.35
Hex 6E 38 7D C 37 0 33 11F 26 23
Octal 156 70 175 14 67 0 63 437 46 43
Binary 1101110 111000 1111101 1100 110111 0 110011 100011111 100110 100011

Color Harmonies of #6E387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E387D

Black with #6E387D

Text Example


Text Example

White with #6E387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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