Html Css Color HEX #6F4079 Eminence

📋 copy color: '#6F4079'

red 111 ◦ green 64 ◦ blue 121

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

Shades of Eminence #6F4079

Tints of Eminence #6F4079

RGB

 RED value IS 111 (43.75% from 255) = 37.5%

 GREEN value IS 64 (25.39% from 255) = 21.62%

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 37.5%
G = 21.62%
B = 40.88%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F4079 (or 0x6F4079) is known color: Eminence. HEX triplet: 6F, 40 and 79. RGB value is (111,64,121). Sum of RGB (Red+Green+Blue) = 111+64+121=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4079 is #90BF86. Grayscale: #545454. Windows color (decimal): -9486215 or 7946351. OLE color: 7946351.

HSL color Cylindrical-coordinate representation of color #6F4079: hue angle of 289.47º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F4079 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 64 121 -
CMYK 0.08 0.47 0 0.53
HSL 289.47º 0.31% 0.36% -
HSV(B) 289.47º 0.47% 0.47% -
XYZ 11.84 8.43 19.09 -
YUV 84.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 111 64 121 0.08 0.47 0 0.53 289.47 0.31 0.36
Hex 6F 40 79 8 2F 0 35 121 1F 24
Octal 157 100 171 10 57 0 65 441 37 44
Binary 1101111 1000000 1111001 1000 101111 0 110101 100100001 11111 100100

Color Harmonies of #6F4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4079

Black with #6F4079

Text Example


Text Example

White with #6F4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,64,121); }

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

background-color css

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

 a { background-color: rgb(111,64,121); }

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

border-color css

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

 span { border-color: rgb(111,64,121); }

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