Html Css Color HEX #7C3F71 Eminence

📋 copy color: '#7C3F71'

red 124 ◦ green 63 ◦ blue 113

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

Shades of Eminence #7C3F71

Tints of Eminence #7C3F71

RGB

 RED value IS 124 (48.83% from 255) = 41.33%

 GREEN value IS 63 (25% from 255) = 21%

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

R = 41.33%
G = 21%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C3F71 (or 0x7C3F71) is known color: Eminence. HEX triplet: 7C, 3F and 71. RGB value is (124,63,113). Sum of RGB (Red+Green+Blue) = 124+63+113=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F71 is #83C08E. Grayscale: #565656. Windows color (decimal): -8634511 or 7421820. OLE color: 7421820.

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

Color convert

RGB 124 63 113 -
CMYK 0 0.49 0.09 0.51
HSL 310.82º 0.33% 0.37% -
HSV(B) 310.82º 0.49% 0.49% -
XYZ 13.07 9.03 16.68 -
YUV 86.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 124 63 113 0 0.49 0.09 0.51 310.82 0.33 0.37
Hex 7C 3F 71 0 31 9 33 137 21 25
Octal 174 77 161 0 61 11 63 467 41 45
Binary 1111100 111111 1110001 0 110001 1001 110011 100110111 100001 100101

Color Harmonies of #7C3F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3F71

Black with #7C3F71

Text Example


Text Example

White with #7C3F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,63,113); }

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

background-color css

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

 a { background-color: rgb(124,63,113); }

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

border-color css

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

 span { border-color: rgb(124,63,113); }

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