Html Css Color HEX #7E357A Eminence

📋 copy color: '#7E357A'

red 126 ◦ green 53 ◦ blue 122

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

Shades of Eminence #7E357A

Tints of Eminence #7E357A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

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

R = 41.86%
G = 17.61%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7E357A (or 0x7E357A) is known color: Eminence. HEX triplet: 7E, 35 and 7A. RGB value is (126,53,122). Sum of RGB (Red+Green+Blue) = 126+53+122=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 126 - color contains mainly: red. Hex color #7E357A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E357A is #81CA85. Grayscale: #525252. Windows color (decimal): -8505990 or 8009086. OLE color: 8009086.

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

Color convert

RGB 126 53 122 -
CMYK 0 0.58 0.03 0.51
HSL 303.29º 0.41% 0.35% -
HSV(B) 303.29º 0.58% 0.49% -
XYZ 13.39 8.39 19.33 -
YUV 82.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 126 53 122 0 0.58 0.03 0.51 303.29 0.41 0.35
Hex 7E 35 7A 0 3A 3 33 12F 29 23
Octal 176 65 172 0 72 3 63 457 51 43
Binary 1111110 110101 1111010 0 111010 11 110011 100101111 101001 100011

Color Harmonies of #7E357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E357A

Black with #7E357A

Text Example


Text Example

White with #7E357A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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