Html Css Color HEX #6E3A7D Eminence

📋 copy color: '#6E3A7D'

red 110 ◦ green 58 ◦ blue 125

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

Shades of Eminence #6E3A7D

Tints of Eminence #6E3A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 37.54%
G = 19.8%
B = 42.66%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E3A7D (or 0x6E3A7D) is known color: Eminence. HEX triplet: 6E, 3A and 7D. RGB value is (110,58,125). Sum of RGB (Red+Green+Blue) = 110+58+125=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E3A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3A7D is #91C582. Grayscale: #505050. Windows color (decimal): -9553283 or 8206958. OLE color: 8206958.

HSL color Cylindrical-coordinate representation of color #6E3A7D: hue angle of 286.57º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E3A7D is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 58 125 -
CMYK 0.12 0.54 0 0.51
HSL 286.57º 0.37% 0.36% -
HSV(B) 286.57º 0.54% 0.49% -
XYZ 11.65 7.82 20.3 -
YUV 81.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 110 58 125 0.12 0.54 0 0.51 286.57 0.37 0.36
Hex 6E 3A 7D C 36 0 33 11F 25 24
Octal 156 72 175 14 66 0 63 437 45 44
Binary 1101110 111010 1111101 1100 110110 0 110011 100011111 100101 100100

Color Harmonies of #6E3A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3A7D

Black with #6E3A7D

Text Example


Text Example

White with #6E3A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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