Html Css Color HEX #6E3274 Eminence

📋 copy color: '#6E3274'

red 110 ◦ green 50 ◦ blue 116

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

Shades of Eminence #6E3274

Tints of Eminence #6E3274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 39.86%
G = 18.12%
B = 42.03%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E3274 (or 0x6E3274) is known color: Eminence. HEX triplet: 6E, 32 and 74. RGB value is (110,50,116). Sum of RGB (Red+Green+Blue) = 110+50+116=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3274 is #91CD8B. Grayscale: #4B4B4B. Windows color (decimal): -9555340 or 7615086. OLE color: 7615086.

HSL color Cylindrical-coordinate representation of color #6E3274: hue angle of 294.55º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E3274 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 50 116 -
CMYK 0.05 0.57 0 0.55
HSL 294.55º 0.4% 0.33% -
HSV(B) 294.55º 0.57% 0.45% -
XYZ 10.72 6.86 17.28 -
YUV 75.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 110 50 116 0.05 0.57 0 0.55 294.55 0.4 0.33
Hex 6E 32 74 5 39 0 37 127 28 21
Octal 156 62 164 5 71 0 67 447 50 41
Binary 1101110 110010 1110100 101 111001 0 110111 100100111 101000 100001

Color Harmonies of #6E3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3274

Black with #6E3274

Text Example


Text Example

White with #6E3274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,116); }

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

background-color css

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

 a { background-color: rgb(110,50,116); }

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

border-color css

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

 span { border-color: rgb(110,50,116); }

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