Html Css Color HEX #744770 Eminence

📋 copy color: '#744770'

red 116 ◦ green 71 ◦ blue 112

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

Shades of Eminence #744770

Tints of Eminence #744770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 38.8%
G = 23.75%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#744770 (or 0x744770) is known color: Eminence. HEX triplet: 74, 47 and 70. RGB value is (116,71,112). Sum of RGB (Red+Green+Blue) = 116+71+112=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #744770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744770 is #8BB88F. Grayscale: #595959. Windows color (decimal): -9156752 or 7358324. OLE color: 7358324.

HSL color Cylindrical-coordinate representation of color #744770: hue angle of 305.33º 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 #744770 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 71 112 -
CMYK 0 0.39 0.03 0.55
HSL 305.33º 0.24% 0.37% -
HSV(B) 305.33º 0.39% 0.45% -
XYZ 12.38 9.39 16.49 -
YUV 89.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 116 71 112 0 0.39 0.03 0.55 305.33 0.24 0.37
Hex 74 47 70 0 27 3 37 131 18 25
Octal 164 107 160 0 47 3 67 461 30 45
Binary 1110100 1000111 1110000 0 100111 11 110111 100110001 11000 100101

Color Harmonies of #744770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744770

Black with #744770

Text Example


Text Example

White with #744770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744770; }

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

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

background-color css

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

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

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

border-color css

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

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

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