Html Css Color HEX #7A3E75 Eminence

📋 copy color: '#7A3E75'

red 122 ◦ green 62 ◦ blue 117

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

Shades of Eminence #7A3E75

Tints of Eminence #7A3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 40.53%
G = 20.6%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A3E75 (or 0x7A3E75) is known color: Eminence. HEX triplet: 7A, 3E and 75. RGB value is (122,62,117). Sum of RGB (Red+Green+Blue) = 122+62+117=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3E75 is #85C18A. Grayscale: #565656. Windows color (decimal): -8765835 or 7683706. OLE color: 7683706.

HSL color Cylindrical-coordinate representation of color #7A3E75: hue angle of 305º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A3E75 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 62 117 -
CMYK 0 0.49 0.04 0.52
HSL 305º 0.33% 0.36% -
HSV(B) 305º 0.49% 0.48% -
XYZ 12.96 8.87 17.86 -
YUV 86.21 145.38 153.53 -
System Red Green Blue C M Y K H S L
Decimal 122 62 117 0 0.49 0.04 0.52 305 0.33 0.36
Hex 7A 3E 75 0 31 4 34 131 21 24
Octal 172 76 165 0 61 4 64 461 41 44
Binary 1111010 111110 1110101 0 110001 100 110100 100110001 100001 100100

Color Harmonies of #7A3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3E75

Black with #7A3E75

Text Example


Text Example

White with #7A3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,62,117); }

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

background-color css

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

 a { background-color: rgb(122,62,117); }

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

border-color css

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

 span { border-color: rgb(122,62,117); }

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