Html Css Color HEX #7E327F Eminence

📋 copy color: '#7E327F'

red 126 ◦ green 50 ◦ blue 127

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

Shades of Eminence #7E327F

Tints of Eminence #7E327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 41.58%
G = 16.5%
B = 41.91%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7E327F (or 0x7E327F) is known color: Eminence. HEX triplet: 7E, 32 and 7F. RGB value is (126,50,127). Sum of RGB (Red+Green+Blue) = 126+50+127=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 127 - color contains mainly: blue. Hex color #7E327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E327F is #81CD80. Grayscale: #515151. Windows color (decimal): -8506753 or 8335998. OLE color: 8335998.

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

Color convert

RGB 126 50 127 -
CMYK 0.01 0.61 0 0.50
HSL 299.22º 0.44% 0.35% -
HSV(B) 299.22º 0.61% 0.5% -
XYZ 13.58 8.25 20.96 -
YUV 81.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 126 50 127 0.01 0.61 0 0.50 299.22 0.44 0.35
Hex 7E 32 7F 1 3D 0 32 12B 2C 23
Octal 176 62 177 1 75 0 62 453 54 43
Binary 1111110 110010 1111111 1 111101 0 110010 100101011 101100 100011

Color Harmonies of #7E327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E327F

Black with #7E327F

Text Example


Text Example

White with #7E327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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