Html Css Color HEX #6E2884 Eminence

📋 copy color: '#6E2884'

red 110 ◦ green 40 ◦ blue 132

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

Shades of Eminence #6E2884

Tints of Eminence #6E2884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

 BLUE value IS 132 (51.95% from 255) = 46.81%

R = 39.01%
G = 14.18%
B = 46.81%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6E2884 (or 0x6E2884) is known color: Eminence. HEX triplet: 6E, 28 and 84. RGB value is (110,40,132). Sum of RGB (Red+Green+Blue) = 110+40+132=282 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.01% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E2884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2884 is #91D77B. Grayscale: #474747. Windows color (decimal): -9557884 or 8661102. OLE color: 8661102.

HSL color Cylindrical-coordinate representation of color #6E2884: hue angle of 285.65º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E2884 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 40 132 -
CMYK 0.17 0.70 0 0.48
HSL 285.65º 0.53% 0.34% -
HSV(B) 285.65º 0.7% 0.52% -
XYZ 11.35 6.5 22.49 -
YUV 71.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 110 40 132 0.17 0.70 0 0.48 285.65 0.53 0.34
Hex 6E 28 84 11 46 0 30 11E 35 22
Octal 156 50 204 21 106 0 60 436 65 42
Binary 1101110 101000 10000100 10001 1000110 0 110000 100011110 110101 100010

Color Harmonies of #6E2884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2884

Black with #6E2884

Text Example


Text Example

White with #6E2884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,40,132); }

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

background-color css

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

 a { background-color: rgb(110,40,132); }

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

border-color css

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

 span { border-color: rgb(110,40,132); }

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