Html Css Color HEX #6D3274 Eminence

📋 copy color: '#6D3274'

red 109 ◦ green 50 ◦ blue 116

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

Shades of Eminence #6D3274

Tints of Eminence #6D3274

RGB

 RED value IS 109 (42.97% from 255) = 39.64%

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

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

R = 39.64%
G = 18.18%
B = 42.18%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D3274 (or 0x6D3274) is known color: Eminence. HEX triplet: 6D, 32 and 74. RGB value is (109,50,116). Sum of RGB (Red+Green+Blue) = 109+50+116=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3274 is #92CD8B. Grayscale: #4A4A4A. Windows color (decimal): -9620876 or 7615085. OLE color: 7615085.

HSL color Cylindrical-coordinate representation of color #6D3274: hue angle of 293.64º 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 #6D3274 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 50 116 -
CMYK 0.06 0.57 0 0.55
HSL 293.64º 0.4% 0.33% -
HSV(B) 293.64º 0.57% 0.45% -
XYZ 10.6 6.79 17.28 -
YUV 75.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 109 50 116 0.06 0.57 0 0.55 293.64 0.4 0.33
Hex 6D 32 74 6 39 0 37 126 28 21
Octal 155 62 164 6 71 0 67 446 50 41
Binary 1101101 110010 1110100 110 111001 0 110111 100100110 101000 100001

Color Harmonies of #6D3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3274

Black with #6D3274

Text Example


Text Example

White with #6D3274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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