Html Css Color HEX #744772 Eminence

📋 copy color: '#744772'

red 116 ◦ green 71 ◦ blue 114

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

Shades of Eminence #744772

Tints of Eminence #744772

RGB

 RED value IS 116 (45.7% from 255) = 38.54%

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 38.54%
G = 23.59%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#744772 (or 0x744772) is known color: Eminence. HEX triplet: 74, 47 and 72. RGB value is (116,71,114). Sum of RGB (Red+Green+Blue) = 116+71+114=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #744772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744772 is #8BB88D. Grayscale: #595959. Windows color (decimal): -9156750 or 7489396. OLE color: 7489396.

HSL color Cylindrical-coordinate representation of color #744772: hue angle of 302.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #744772 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 71 114 -
CMYK 0 0.39 0.02 0.55
HSL 302.67º 0.24% 0.37% -
HSV(B) 302.67º 0.39% 0.45% -
XYZ 12.49 9.43 17.08 -
YUV 89.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 116 71 114 0 0.39 0.02 0.55 302.67 0.24 0.37
Hex 74 47 72 0 27 2 37 12F 18 25
Octal 164 107 162 0 47 2 67 457 30 45
Binary 1110100 1000111 1110010 0 100111 10 110111 100101111 11000 100101

Color Harmonies of #744772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744772

Black with #744772

Text Example


Text Example

White with #744772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744772; }

 p { color: rgb(116,71,114); }

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

background-color css

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

 a { background-color: rgb(116,71,114); }

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

border-color css

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

 span { border-color: rgb(116,71,114); }

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