Html Css Color HEX #7C3F72 Eminence

📋 copy color: '#7C3F72'

red 124 ◦ green 63 ◦ blue 114

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

Shades of Eminence #7C3F72

Tints of Eminence #7C3F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 41.2%
G = 20.93%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#7C3F72 (or 0x7C3F72) is known color: Eminence. HEX triplet: 7C, 3F and 72. RGB value is (124,63,114). Sum of RGB (Red+Green+Blue) = 124+63+114=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F72 is #83C08D. Grayscale: #565656. Windows color (decimal): -8634510 or 7487356. OLE color: 7487356.

HSL color Cylindrical-coordinate representation of color #7C3F72: hue angle of 309.84º 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 #7C3F72 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 63 114 -
CMYK 0 0.49 0.08 0.51
HSL 309.84º 0.33% 0.37% -
HSV(B) 309.84º 0.49% 0.49% -
XYZ 13.13 9.06 16.98 -
YUV 87.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 124 63 114 0 0.49 0.08 0.51 309.84 0.33 0.37
Hex 7C 3F 72 0 31 8 33 136 21 25
Octal 174 77 162 0 61 10 63 466 41 45
Binary 1111100 111111 1110010 0 110001 1000 110011 100110110 100001 100101

Color Harmonies of #7C3F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3F72

Black with #7C3F72

Text Example


Text Example

White with #7C3F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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