Html Css Color HEX #7F4179 Eminence

📋 copy color: '#7F4179'

red 127 ◦ green 65 ◦ blue 121

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

Shades of Eminence #7F4179

Tints of Eminence #7F4179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

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

R = 40.58%
G = 20.77%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#7F4179 (or 0x7F4179) is known color: Eminence. HEX triplet: 7F, 41 and 79. RGB value is (127,65,121). Sum of RGB (Red+Green+Blue) = 127+65+121=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4179 is #80BE86. Grayscale: #595959. Windows color (decimal): -8437383 or 7946623. OLE color: 7946623.

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

Color convert

RGB 127 65 121 -
CMYK 0 0.49 0.05 0.50
HSL 305.81º 0.32% 0.38% -
HSV(B) 305.81º 0.49% 0.5% -
XYZ 14.09 9.67 19.21 -
YUV 89.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 127 65 121 0 0.49 0.05 0.50 305.81 0.32 0.38
Hex 7F 41 79 0 31 5 32 132 20 26
Octal 177 101 171 0 61 5 62 462 40 46
Binary 1111111 1000001 1111001 0 110001 101 110010 100110010 100000 100110

Color Harmonies of #7F4179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4179

Black with #7F4179

Text Example


Text Example

White with #7F4179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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