Html Css Color HEX #6E3577 Eminence

📋 copy color: '#6E3577'

red 110 ◦ green 53 ◦ blue 119

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

Shades of Eminence #6E3577

Tints of Eminence #6E3577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 39.01%
G = 18.79%
B = 42.2%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E3577 (or 0x6E3577) is known color: Eminence. HEX triplet: 6E, 35 and 77. RGB value is (110,53,119). Sum of RGB (Red+Green+Blue) = 110+53+119=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E3577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3577 is #91CA88. Grayscale: #4D4D4D. Windows color (decimal): -9554569 or 7812462. OLE color: 7812462.

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

Color convert

RGB 110 53 119 -
CMYK 0.08 0.55 0 0.53
HSL 291.82º 0.38% 0.34% -
HSV(B) 291.82º 0.55% 0.47% -
XYZ 11.03 7.19 18.26 -
YUV 77.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 110 53 119 0.08 0.55 0 0.53 291.82 0.38 0.34
Hex 6E 35 77 8 37 0 35 124 26 22
Octal 156 65 167 10 67 0 65 444 46 42
Binary 1101110 110101 1110111 1000 110111 0 110101 100100100 100110 100010

Color Harmonies of #6E3577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3577

Black with #6E3577

Text Example


Text Example

White with #6E3577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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