Html Css Color HEX #7E387F Eminence

📋 copy color: '#7E387F'

red 126 ◦ green 56 ◦ blue 127

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

Shades of Eminence #7E387F

Tints of Eminence #7E387F

RGB

 RED value IS 126 (49.61% from 255) = 40.78%

 GREEN value IS 56 (22.27% from 255) = 18.12%

 BLUE value IS 127 (50% from 255) = 41.1%

R = 40.78%
G = 18.12%
B = 41.1%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7E387F (or 0x7E387F) is known color: Eminence. HEX triplet: 7E, 38 and 7F. RGB value is (126,56,127). Sum of RGB (Red+Green+Blue) = 126+56+127=309 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.78% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E387F is #81C780. Grayscale: #545454. Windows color (decimal): -8505217 or 8337534. OLE color: 8337534.

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

Color convert

RGB 126 56 127 -
CMYK 0.01 0.56 0 0.50
HSL 299.15º 0.39% 0.36% -
HSV(B) 299.15º 0.56% 0.5% -
XYZ 13.85 8.8 21.05 -
YUV 85.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 126 56 127 0.01 0.56 0 0.50 299.15 0.39 0.36
Hex 7E 38 7F 1 38 0 32 12B 27 24
Octal 176 70 177 1 70 0 62 453 47 44
Binary 1111110 111000 1111111 1 111000 0 110010 100101011 100111 100100

Color Harmonies of #7E387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E387F

Black with #7E387F

Text Example


Text Example

White with #7E387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,56,127); }

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

background-color css

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

 a { background-color: rgb(126,56,127); }

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

border-color css

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

 span { border-color: rgb(126,56,127); }

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