Html Css Color HEX #6E3A76 Eminence

📋 copy color: '#6E3A76'

red 110 ◦ green 58 ◦ blue 118

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

Shades of Eminence #6E3A76

Tints of Eminence #6E3A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

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

R = 38.46%
G = 20.28%
B = 41.26%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E3A76 (or 0x6E3A76) is known color: Eminence. HEX triplet: 6E, 3A and 76. RGB value is (110,58,118). Sum of RGB (Red+Green+Blue) = 110+58+118=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E3A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3A76 is #91C589. Grayscale: #505050. Windows color (decimal): -9553290 or 7748206. OLE color: 7748206.

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

Color convert

RGB 110 58 118 -
CMYK 0.07 0.51 0 0.54
HSL 292º 0.34% 0.35% -
HSV(B) 292º 0.51% 0.46% -
XYZ 11.21 7.65 18.02 -
YUV 80.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 110 58 118 0.07 0.51 0 0.54 292 0.34 0.35
Hex 6E 3A 76 7 33 0 36 124 22 23
Octal 156 72 166 7 63 0 66 444 42 43
Binary 1101110 111010 1110110 111 110011 0 110110 100100100 100010 100011

Color Harmonies of #6E3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A76

Black with #6E3A76

Text Example


Text Example

White with #6E3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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