Html Css Color HEX #7D4271 Eminence

📋 copy color: '#7D4271'

red 125 ◦ green 66 ◦ blue 113

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

Shades of Eminence #7D4271

Tints of Eminence #7D4271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

 BLUE value IS 113 (44.53% from 255) = 37.17%

R = 41.12%
G = 21.71%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D4271 (or 0x7D4271) is known color: Eminence. HEX triplet: 7D, 42 and 71. RGB value is (125,66,113). Sum of RGB (Red+Green+Blue) = 125+66+113=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4271 is #82BD8E. Grayscale: #585858. Windows color (decimal): -8568207 or 7422589. OLE color: 7422589.

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

Color convert

RGB 125 66 113 -
CMYK 0 0.47 0.10 0.51
HSL 312.2º 0.31% 0.37% -
HSV(B) 312.2º 0.47% 0.49% -
XYZ 13.39 9.45 16.74 -
YUV 89 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 125 66 113 0 0.47 0.10 0.51 312.2 0.31 0.37
Hex 7D 42 71 0 2F A 33 138 1F 25
Octal 175 102 161 0 57 12 63 470 37 45
Binary 1111101 1000010 1110001 0 101111 1010 110011 100111000 11111 100101

Color Harmonies of #7D4271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4271

Black with #7D4271

Text Example


Text Example

White with #7D4271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,66,113); }

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

background-color css

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

 a { background-color: rgb(125,66,113); }

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

border-color css

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

 span { border-color: rgb(125,66,113); }

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