Html Css Color HEX #7F3C76 Eminence

📋 copy color: '#7F3C76'

red 127 ◦ green 60 ◦ blue 118

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

Shades of Eminence #7F3C76

Tints of Eminence #7F3C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

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

R = 41.64%
G = 19.67%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#7F3C76 (or 0x7F3C76) is known color: Eminence. HEX triplet: 7F, 3C and 76. RGB value is (127,60,118). Sum of RGB (Red+Green+Blue) = 127+60+118=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3C76 is #80C389. Grayscale: #565656. Windows color (decimal): -8438666 or 7748735. OLE color: 7748735.

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

Color convert

RGB 127 60 118 -
CMYK 0 0.53 0.07 0.50
HSL 308.06º 0.36% 0.37% -
HSV(B) 308.06º 0.53% 0.5% -
XYZ 13.64 9.05 18.17 -
YUV 86.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 127 60 118 0 0.53 0.07 0.50 308.06 0.36 0.37
Hex 7F 3C 76 0 35 7 32 134 24 25
Octal 177 74 166 0 65 7 62 464 44 45
Binary 1111111 111100 1110110 0 110101 111 110010 100110100 100100 100101

Color Harmonies of #7F3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3C76

Black with #7F3C76

Text Example


Text Example

White with #7F3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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