Html Css Color HEX #6E3477 Eminence

📋 copy color: '#6E3477'

red 110 ◦ green 52 ◦ blue 119

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

Shades of Eminence #6E3477

Tints of Eminence #6E3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

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

R = 39.15%
G = 18.51%
B = 42.35%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E3477 (or 0x6E3477) is known color: Eminence. HEX triplet: 6E, 34 and 77. RGB value is (110,52,119). Sum of RGB (Red+Green+Blue) = 110+52+119=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E3477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3477 is #91CB88. Grayscale: #4C4C4C. Windows color (decimal): -9554825 or 7812206. OLE color: 7812206.

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

Color convert

RGB 110 52 119 -
CMYK 0.08 0.56 0 0.53
HSL 291.94º 0.39% 0.34% -
HSV(B) 291.94º 0.56% 0.47% -
XYZ 10.99 7.1 18.24 -
YUV 76.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 110 52 119 0.08 0.56 0 0.53 291.94 0.39 0.34
Hex 6E 34 77 8 38 0 35 124 27 22
Octal 156 64 167 10 70 0 65 444 47 42
Binary 1101110 110100 1110111 1000 111000 0 110101 100100100 100111 100010

Color Harmonies of #6E3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3477

Black with #6E3477

Text Example


Text Example

White with #6E3477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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