Html Css Color HEX #6E397D Eminence

📋 copy color: '#6E397D'

red 110 ◦ green 57 ◦ blue 125

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

Shades of Eminence #6E397D

Tints of Eminence #6E397D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.52%

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

R = 37.67%
G = 19.52%
B = 42.81%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E397D (or 0x6E397D) is known color: Eminence. HEX triplet: 6E, 39 and 7D. RGB value is (110,57,125). Sum of RGB (Red+Green+Blue) = 110+57+125=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E397D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E397D is #91C682. Grayscale: #505050. Windows color (decimal): -9553539 or 8206702. OLE color: 8206702.

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

Color convert

RGB 110 57 125 -
CMYK 0.12 0.54 0 0.51
HSL 286.76º 0.37% 0.36% -
HSV(B) 286.76º 0.54% 0.49% -
XYZ 11.6 7.72 20.28 -
YUV 80.6 153.06 148.97 -
System Red Green Blue C M Y K H S L
Decimal 110 57 125 0.12 0.54 0 0.51 286.76 0.37 0.36
Hex 6E 39 7D C 36 0 33 11F 25 24
Octal 156 71 175 14 66 0 63 437 45 44
Binary 1101110 111001 1111101 1100 110110 0 110011 100011111 100101 100100

Color Harmonies of #6E397D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E397D

Black with #6E397D

Text Example


Text Example

White with #6E397D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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