Html Css Color HEX #7F4079 Eminence

📋 copy color: '#7F4079'

red 127 ◦ green 64 ◦ blue 121

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

Shades of Eminence #7F4079

Tints of Eminence #7F4079

RGB

 RED value IS 127 (50% from 255) = 40.71%

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

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

R = 40.71%
G = 20.51%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F4079 (or 0x7F4079) is known color: Eminence. HEX triplet: 7F, 40 and 79. RGB value is (127,64,121). Sum of RGB (Red+Green+Blue) = 127+64+121=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4079 is #80BF86. Grayscale: #595959. Windows color (decimal): -8437639 or 7946367. OLE color: 7946367.

HSL color Cylindrical-coordinate representation of color #7F4079: hue angle of 305.71º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F4079 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 64 121 -
CMYK 0 0.50 0.05 0.50
HSL 305.71º 0.33% 0.37% -
HSV(B) 305.71º 0.5% 0.5% -
XYZ 14.04 9.56 19.19 -
YUV 89.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 127 64 121 0 0.50 0.05 0.50 305.71 0.33 0.37
Hex 7F 40 79 0 32 5 32 132 21 25
Octal 177 100 171 0 62 5 62 462 41 45
Binary 1111111 1000000 1111001 0 110010 101 110010 100110010 100001 100101

Color Harmonies of #7F4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4079

Black with #7F4079

Text Example


Text Example

White with #7F4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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