Html Css Color HEX #6E317D Eminence

📋 copy color: '#6E317D'

red 110 ◦ green 49 ◦ blue 125

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

Shades of Eminence #6E317D

Tints of Eminence #6E317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

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

R = 38.73%
G = 17.25%
B = 44.01%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E317D (or 0x6E317D) is known color: Eminence. HEX triplet: 6E, 31 and 7D. RGB value is (110,49,125). Sum of RGB (Red+Green+Blue) = 110+49+125=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E317D is #91CE82. Grayscale: #4B4B4B. Windows color (decimal): -9555587 or 8204654. OLE color: 8204654.

HSL color Cylindrical-coordinate representation of color #6E317D: hue angle of 288.16º 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 #6E317D is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 49 125 -
CMYK 0.12 0.61 0 0.51
HSL 288.16º 0.44% 0.34% -
HSV(B) 288.16º 0.61% 0.49% -
XYZ 11.23 6.99 20.16 -
YUV 75.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 110 49 125 0.12 0.61 0 0.51 288.16 0.44 0.34
Hex 6E 31 7D C 3D 0 33 120 2C 22
Octal 156 61 175 14 75 0 63 440 54 42
Binary 1101110 110001 1111101 1100 111101 0 110011 100100000 101100 100010

Color Harmonies of #6E317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E317D

Black with #6E317D

Text Example


Text Example

White with #6E317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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