Html Css Color HEX #6E3576 Eminence

📋 copy color: '#6E3576'

red 110 ◦ green 53 ◦ blue 118

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

Shades of Eminence #6E3576

Tints of Eminence #6E3576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 39.15%
G = 18.86%
B = 41.99%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E3576 (or 0x6E3576) is known color: Eminence. HEX triplet: 6E, 35 and 76. RGB value is (110,53,118). Sum of RGB (Red+Green+Blue) = 110+53+118=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E3576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3576 is #91CA89. Grayscale: #4D4D4D. Windows color (decimal): -9554570 or 7746926. OLE color: 7746926.

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

Color convert

RGB 110 53 118 -
CMYK 0.07 0.55 0 0.54
HSL 292.62º 0.38% 0.34% -
HSV(B) 292.62º 0.55% 0.46% -
XYZ 10.97 7.17 17.94 -
YUV 77.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 110 53 118 0.07 0.55 0 0.54 292.62 0.38 0.34
Hex 6E 35 76 7 37 0 36 125 26 22
Octal 156 65 166 7 67 0 66 445 46 42
Binary 1101110 110101 1110110 111 110111 0 110110 100100101 100110 100010

Color Harmonies of #6E3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3576

Black with #6E3576

Text Example


Text Example

White with #6E3576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,53,118); }

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

background-color css

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

 a { background-color: rgb(110,53,118); }

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

border-color css

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

 span { border-color: rgb(110,53,118); }

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