Html Css Color HEX #7D3A76 Eminence

📋 copy color: '#7D3A76'

red 125 ◦ green 58 ◦ blue 118

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

Shades of Eminence #7D3A76

Tints of Eminence #7D3A76

RGB

 RED value IS 125 (49.22% from 255) = 41.53%

 GREEN value IS 58 (23.05% from 255) = 19.27%

 BLUE value IS 118 (46.48% from 255) = 39.2%

R = 41.53%
G = 19.27%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D3A76 (or 0x7D3A76) is known color: Eminence. HEX triplet: 7D, 3A and 76. RGB value is (125,58,118). Sum of RGB (Red+Green+Blue) = 125+58+118=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3A76 is #82C589. Grayscale: #545454. Windows color (decimal): -8570250 or 7748221. OLE color: 7748221.

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

Color convert

RGB 125 58 118 -
CMYK 0 0.54 0.06 0.51
HSL 306.27º 0.37% 0.36% -
HSV(B) 306.27º 0.54% 0.49% -
XYZ 13.24 8.69 18.12 -
YUV 84.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 125 58 118 0 0.54 0.06 0.51 306.27 0.37 0.36
Hex 7D 3A 76 0 36 6 33 132 25 24
Octal 175 72 166 0 66 6 63 462 45 44
Binary 1111101 111010 1110110 0 110110 110 110011 100110010 100101 100100

Color Harmonies of #7D3A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3A76

Black with #7D3A76

Text Example


Text Example

White with #7D3A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,58,118); }

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

background-color css

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

 a { background-color: rgb(125,58,118); }

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

border-color css

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

 span { border-color: rgb(125,58,118); }

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