Html Css Color HEX #7E427A Eminence

📋 copy color: '#7E427A'

red 126 ◦ green 66 ◦ blue 122

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

Shades of Eminence #7E427A

Tints of Eminence #7E427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 122 (48.05% from 255) = 38.85%

R = 40.13%
G = 21.02%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7E427A (or 0x7E427A) is known color: Eminence. HEX triplet: 7E, 42 and 7A. RGB value is (126,66,122). Sum of RGB (Red+Green+Blue) = 126+66+122=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 126 - color contains mainly: red. Hex color #7E427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E427A is #81BD85. Grayscale: #5A5A5A. Windows color (decimal): -8502662 or 8012414. OLE color: 8012414.

HSL color Cylindrical-coordinate representation of color #7E427A: hue angle of 304º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E427A is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 66 122 -
CMYK 0 0.48 0.03 0.51
HSL 304º 0.31% 0.38% -
HSV(B) 304º 0.48% 0.49% -
XYZ 14.07 9.74 19.55 -
YUV 90.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 126 66 122 0 0.48 0.03 0.51 304 0.31 0.38
Hex 7E 42 7A 0 30 3 33 130 1F 26
Octal 176 102 172 0 60 3 63 460 37 46
Binary 1111110 1000010 1111010 0 110000 11 110011 100110000 11111 100110

Color Harmonies of #7E427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E427A

Black with #7E427A

Text Example


Text Example

White with #7E427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,66,122); }

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

background-color css

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

 a { background-color: rgb(126,66,122); }

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

border-color css

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

 span { border-color: rgb(126,66,122); }

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