Html Css Color HEX #6E317F Eminence

📋 copy color: '#6E317F'

red 110 ◦ green 49 ◦ blue 127

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

Shades of Eminence #6E317F

Tints of Eminence #6E317F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.41%

R = 38.46%
G = 17.13%
B = 44.41%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E317F (or 0x6E317F) is known color: Eminence. HEX triplet: 6E, 31 and 7F. RGB value is (110,49,127). Sum of RGB (Red+Green+Blue) = 110+49+127=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E317F is #91CE80. Grayscale: #4B4B4B. Windows color (decimal): -9555585 or 8335726. OLE color: 8335726.

HSL color Cylindrical-coordinate representation of color #6E317F: hue angle of 286.92º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E317F is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 49 127 -
CMYK 0.13 0.61 0 0.50
HSL 286.92º 0.44% 0.35% -
HSV(B) 286.92º 0.61% 0.5% -
XYZ 11.36 7.04 20.84 -
YUV 76.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 110 49 127 0.13 0.61 0 0.50 286.92 0.44 0.35
Hex 6E 31 7F D 3D 0 32 11F 2C 23
Octal 156 61 177 15 75 0 62 437 54 43
Binary 1101110 110001 1111111 1101 111101 0 110010 100011111 101100 100011

Color Harmonies of #6E317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E317F

Black with #6E317F

Text Example


Text Example

White with #6E317F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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