Html Css Color HEX #7F3976 Eminence

📋 copy color: '#7F3976'

red 127 ◦ green 57 ◦ blue 118

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

Shades of Eminence #7F3976

Tints of Eminence #7F3976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 42.05%
G = 18.87%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7F3976 (or 0x7F3976) is known color: Eminence. HEX triplet: 7F, 39 and 76. RGB value is (127,57,118). Sum of RGB (Red+Green+Blue) = 127+57+118=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3976 is #80C689. Grayscale: #545454. Windows color (decimal): -8439434 or 7747967. OLE color: 7747967.

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

Color convert

RGB 127 57 118 -
CMYK 0 0.55 0.07 0.50
HSL 307.71º 0.38% 0.36% -
HSV(B) 307.71º 0.55% 0.5% -
XYZ 13.49 8.75 18.12 -
YUV 84.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 127 57 118 0 0.55 0.07 0.50 307.71 0.38 0.36
Hex 7F 39 76 0 37 7 32 134 26 24
Octal 177 71 166 0 67 7 62 464 46 44
Binary 1111111 111001 1110110 0 110111 111 110010 100110100 100110 100100

Color Harmonies of #7F3976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3976

Black with #7F3976

Text Example


Text Example

White with #7F3976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,57,118); }

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

background-color css

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

 a { background-color: rgb(127,57,118); }

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

border-color css

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

 span { border-color: rgb(127,57,118); }

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