Html Css Color HEX #6E3484 Eminence

📋 copy color: '#6E3484'

red 110 ◦ green 52 ◦ blue 132

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

Shades of Eminence #6E3484

Tints of Eminence #6E3484

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 37.41%
G = 17.69%
B = 44.9%

CMYK

 C value IS 0.17

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6E3484 (or 0x6E3484) is known color: Eminence. HEX triplet: 6E, 34 and 84. RGB value is (110,52,132). Sum of RGB (Red+Green+Blue) = 110+52+132=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E3484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3484 is #91CB7B. Grayscale: #4E4E4E. Windows color (decimal): -9554812 or 8664174. OLE color: 8664174.

HSL color Cylindrical-coordinate representation of color #6E3484: hue angle of 283.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E3484 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 52 132 -
CMYK 0.17 0.61 0 0.48
HSL 283.5º 0.43% 0.36% -
HSV(B) 283.5º 0.61% 0.52% -
XYZ 11.82 7.44 22.64 -
YUV 78.46 158.22 150.5 -
System Red Green Blue C M Y K H S L
Decimal 110 52 132 0.17 0.61 0 0.48 283.5 0.43 0.36
Hex 6E 34 84 11 3D 0 30 11C 2B 24
Octal 156 64 204 21 75 0 60 434 53 44
Binary 1101110 110100 10000100 10001 111101 0 110000 100011100 101011 100100

Color Harmonies of #6E3484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3484

Black with #6E3484

Text Example


Text Example

White with #6E3484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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