Html Css Color HEX #6E3875 Eminence

📋 copy color: '#6E3875'

red 110 ◦ green 56 ◦ blue 117

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

Shades of Eminence #6E3875

Tints of Eminence #6E3875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.34%

R = 38.87%
G = 19.79%
B = 41.34%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E3875 (or 0x6E3875) is known color: Eminence. HEX triplet: 6E, 38 and 75. RGB value is (110,56,117). Sum of RGB (Red+Green+Blue) = 110+56+117=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E3875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3875 is #91C78A. Grayscale: #4E4E4E. Windows color (decimal): -9553803 or 7682158. OLE color: 7682158.

HSL color Cylindrical-coordinate representation of color #6E3875: hue angle of 293.11º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E3875 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 56 117 -
CMYK 0.06 0.52 0 0.54
HSL 293.11º 0.35% 0.34% -
HSV(B) 293.11º 0.52% 0.46% -
XYZ 11.06 7.43 17.68 -
YUV 79.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 110 56 117 0.06 0.52 0 0.54 293.11 0.35 0.34
Hex 6E 38 75 6 34 0 36 125 23 22
Octal 156 70 165 6 64 0 66 445 43 42
Binary 1101110 111000 1110101 110 110100 0 110110 100100101 100011 100010

Color Harmonies of #6E3875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3875

Black with #6E3875

Text Example


Text Example

White with #6E3875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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