Html Css Color HEX #6E2283 Eminence

📋 copy color: '#6E2283'

red 110 ◦ green 34 ◦ blue 131

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

Shades of Eminence #6E2283

Tints of Eminence #6E2283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 40%
G = 12.36%
B = 47.64%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E2283 (or 0x6E2283) is known color: Eminence. HEX triplet: 6E, 22 and 83. RGB value is (110,34,131). Sum of RGB (Red+Green+Blue) = 110+34+131=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E2283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2283 is #91DD7C. Grayscale: #434343. Windows color (decimal): -9559421 or 8594030. OLE color: 8594030.

HSL color Cylindrical-coordinate representation of color #6E2283: hue angle of 287.01º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E2283 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 34 131 -
CMYK 0.16 0.74 0 0.49
HSL 287.01º 0.59% 0.32% -
HSV(B) 287.01º 0.74% 0.51% -
XYZ 11.1 6.1 22.06 -
YUV 67.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 110 34 131 0.16 0.74 0 0.49 287.01 0.59 0.32
Hex 6E 22 83 10 4A 0 31 11F 3B 20
Octal 156 42 203 20 112 0 61 437 73 40
Binary 1101110 100010 10000011 10000 1001010 0 110001 100011111 111011 100000

Color Harmonies of #6E2283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2283

Black with #6E2283

Text Example


Text Example

White with #6E2283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,34,131); }

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

background-color css

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

 a { background-color: rgb(110,34,131); }

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

border-color css

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

 span { border-color: rgb(110,34,131); }

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