Html Css Color HEX #7D417C Eminence

📋 copy color: '#7D417C'

red 125 ◦ green 65 ◦ blue 124

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

Shades of Eminence #7D417C

Tints of Eminence #7D417C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 39.81%
G = 20.7%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#7D417C (or 0x7D417C) is known color: Eminence. HEX triplet: 7D, 41 and 7C. RGB value is (125,65,124). Sum of RGB (Red+Green+Blue) = 125+65+124=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D417C is #82BE83. Grayscale: #595959. Windows color (decimal): -8568452 or 8143229. OLE color: 8143229.

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

Color convert

RGB 125 65 124 -
CMYK 0 0.48 0.01 0.51
HSL 301º 0.32% 0.37% -
HSV(B) 301º 0.48% 0.49% -
XYZ 13.99 9.6 20.18 -
YUV 89.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 125 65 124 0 0.48 0.01 0.51 301 0.32 0.37
Hex 7D 41 7C 0 30 1 33 12D 20 25
Octal 175 101 174 0 60 1 63 455 40 45
Binary 1111101 1000001 1111100 0 110000 1 110011 100101101 100000 100101

Color Harmonies of #7D417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D417C

Black with #7D417C

Text Example


Text Example

White with #7D417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,124); }

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

background-color css

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

 a { background-color: rgb(125,65,124); }

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

border-color css

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

 span { border-color: rgb(125,65,124); }

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