Html Css Color HEX #6E3578 Eminence

📋 copy color: '#6E3578'

red 110 ◦ green 53 ◦ blue 120

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

Shades of Eminence #6E3578

Tints of Eminence #6E3578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.4%

R = 38.87%
G = 18.73%
B = 42.4%

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

#6E3578 (or 0x6E3578) is known color: Eminence. HEX triplet: 6E, 35 and 78. RGB value is (110,53,120). Sum of RGB (Red+Green+Blue) = 110+53+120=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E3578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3578 is #91CA87. Grayscale: #4D4D4D. Windows color (decimal): -9554568 or 7877998. OLE color: 7877998.

HSL color Cylindrical-coordinate representation of color #6E3578: hue angle of 291.04º 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 #6E3578 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 53 120 -
CMYK 0.08 0.56 0 0.53
HSL 291.04º 0.39% 0.34% -
HSV(B) 291.04º 0.56% 0.47% -
XYZ 11.09 7.22 18.58 -
YUV 77.68 151.88 151.05 -
System Red Green Blue C M Y K H S L
Decimal 110 53 120 0.08 0.56 0 0.53 291.04 0.39 0.34
Hex 6E 35 78 8 38 0 35 123 27 22
Octal 156 65 170 10 70 0 65 443 47 42
Binary 1101110 110101 1111000 1000 111000 0 110101 100100011 100111 100010

Color Harmonies of #6E3578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3578

Black with #6E3578

Text Example


Text Example

White with #6E3578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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