Html Css Color HEX #7D377F Eminence

📋 copy color: '#7D377F'

red 125 ◦ green 55 ◦ blue 127

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

Shades of Eminence #7D377F

Tints of Eminence #7D377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 40.72%
G = 17.92%
B = 41.37%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7D377F (or 0x7D377F) is known color: Eminence. HEX triplet: 7D, 37 and 7F. RGB value is (125,55,127). Sum of RGB (Red+Green+Blue) = 125+55+127=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D377F is #82C880. Grayscale: #535353. Windows color (decimal): -8571009 or 8337277. OLE color: 8337277.

HSL color Cylindrical-coordinate representation of color #7D377F: hue angle of 298.33º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D377F is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 125 55 127 -
CMYK 0.02 0.57 0 0.50
HSL 298.33º 0.4% 0.36% -
HSV(B) 298.33º 0.57% 0.5% -
XYZ 13.65 8.62 21.02 -
YUV 84.14 152.19 157.15 -
System Red Green Blue C M Y K H S L
Decimal 125 55 127 0.02 0.57 0 0.50 298.33 0.4 0.36
Hex 7D 37 7F 2 39 0 32 12A 28 24
Octal 175 67 177 2 71 0 62 452 50 44
Binary 1111101 110111 1111111 10 111001 0 110010 100101010 101000 100100

Color Harmonies of #7D377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D377F

Black with #7D377F

Text Example


Text Example

White with #7D377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,127); }

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

background-color css

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

 a { background-color: rgb(125,55,127); }

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

border-color css

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

 span { border-color: rgb(125,55,127); }

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