Html Css Color HEX #7E3B7A Eminence

📋 copy color: '#7E3B7A'

red 126 ◦ green 59 ◦ blue 122

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

Shades of Eminence #7E3B7A

Tints of Eminence #7E3B7A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.22%

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

R = 41.04%
G = 19.22%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7E3B7A (or 0x7E3B7A) is known color: Eminence. HEX triplet: 7E, 3B and 7A. RGB value is (126,59,122). Sum of RGB (Red+Green+Blue) = 126+59+122=307 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.04% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3B7A is #81C485. Grayscale: #565656. Windows color (decimal): -8504454 or 8010622. OLE color: 8010622.

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

Color convert

RGB 126 59 122 -
CMYK 0 0.53 0.03 0.51
HSL 303.58º 0.36% 0.36% -
HSV(B) 303.58º 0.53% 0.49% -
XYZ 13.68 8.97 19.42 -
YUV 86.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 126 59 122 0 0.53 0.03 0.51 303.58 0.36 0.36
Hex 7E 3B 7A 0 35 3 33 130 24 24
Octal 176 73 172 0 65 3 63 460 44 44
Binary 1111110 111011 1111010 0 110101 11 110011 100110000 100100 100100

Color Harmonies of #7E3B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3B7A

Black with #7E3B7A

Text Example


Text Example

White with #7E3B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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