Html Css Color HEX #6E3971 Eminence

📋 copy color: '#6E3971'

red 110 ◦ green 57 ◦ blue 113

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

Shades of Eminence #6E3971

Tints of Eminence #6E3971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 39.29%
G = 20.36%
B = 40.36%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E3971 (or 0x6E3971) is known color: Eminence. HEX triplet: 6E, 39 and 71. RGB value is (110,57,113). Sum of RGB (Red+Green+Blue) = 110+57+113=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E3971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3971 is #91C68E. Grayscale: #4F4F4F. Windows color (decimal): -9553551 or 7420270. OLE color: 7420270.

HSL color Cylindrical-coordinate representation of color #6E3971: hue angle of 296.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E3971 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 57 113 -
CMYK 0.03 0.50 0 0.56
HSL 296.79º 0.33% 0.33% -
HSV(B) 296.79º 0.5% 0.44% -
XYZ 10.87 7.43 16.48 -
YUV 79.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 110 57 113 0.03 0.50 0 0.56 296.79 0.33 0.33
Hex 6E 39 71 3 32 0 38 129 21 21
Octal 156 71 161 3 62 0 70 451 41 41
Binary 1101110 111001 1110001 11 110010 0 111000 100101001 100001 100001

Color Harmonies of #6E3971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3971

Black with #6E3971

Text Example


Text Example

White with #6E3971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,57,113); }

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

background-color css

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

 a { background-color: rgb(110,57,113); }

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

border-color css

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

 span { border-color: rgb(110,57,113); }

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