Html Css Color HEX #7E3D70 Eminence

📋 copy color: '#7E3D70'

red 126 ◦ green 61 ◦ blue 112

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

Shades of Eminence #7E3D70

Tints of Eminence #7E3D70

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 42.14%
G = 20.4%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7E3D70 (or 0x7E3D70) is known color: Eminence. HEX triplet: 7E, 3D and 70. RGB value is (126,61,112). Sum of RGB (Red+Green+Blue) = 126+61+112=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3D70 is #81C28F. Grayscale: #565656. Windows color (decimal): -8503952 or 7355774. OLE color: 7355774.

HSL color Cylindrical-coordinate representation of color #7E3D70: hue angle of 312.92º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E3D70 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 61 112 -
CMYK 0 0.52 0.11 0.51
HSL 312.92º 0.35% 0.37% -
HSV(B) 312.92º 0.52% 0.49% -
XYZ 13.2 8.94 16.36 -
YUV 86.25 142.53 156.35 -
System Red Green Blue C M Y K H S L
Decimal 126 61 112 0 0.52 0.11 0.51 312.92 0.35 0.37
Hex 7E 3D 70 0 34 B 33 139 23 25
Octal 176 75 160 0 64 13 63 471 43 45
Binary 1111110 111101 1110000 0 110100 1011 110011 100111001 100011 100101

Color Harmonies of #7E3D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3D70

Black with #7E3D70

Text Example


Text Example

White with #7E3D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,61,112); }

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

background-color css

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

 a { background-color: rgb(126,61,112); }

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

border-color css

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

 span { border-color: rgb(126,61,112); }

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