Html Css Color HEX #6E367D Eminence

📋 copy color: '#6E367D'

red 110 ◦ green 54 ◦ blue 125

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

Shades of Eminence #6E367D

Tints of Eminence #6E367D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 38.06%
G = 18.69%
B = 43.25%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E367D (or 0x6E367D) is known color: Eminence. HEX triplet: 6E, 36 and 7D. RGB value is (110,54,125). Sum of RGB (Red+Green+Blue) = 110+54+125=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E367D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E367D is #91C982. Grayscale: #4E4E4E. Windows color (decimal): -9554307 or 8205934. OLE color: 8205934.

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

Color convert

RGB 110 54 125 -
CMYK 0.12 0.57 0 0.51
HSL 287.32º 0.4% 0.35% -
HSV(B) 287.32º 0.57% 0.49% -
XYZ 11.45 7.43 20.23 -
YUV 78.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 110 54 125 0.12 0.57 0 0.51 287.32 0.4 0.35
Hex 6E 36 7D C 39 0 33 11F 28 23
Octal 156 66 175 14 71 0 63 437 50 43
Binary 1101110 110110 1111101 1100 111001 0 110011 100011111 101000 100011

Color Harmonies of #6E367D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E367D

Black with #6E367D

Text Example


Text Example

White with #6E367D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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