Html Css Color HEX #744176 Eminence

📋 copy color: '#744176'

red 116 ◦ green 65 ◦ blue 118

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

Shades of Eminence #744176

Tints of Eminence #744176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.74%

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 38.8%
G = 21.74%
B = 39.46%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#744176 (or 0x744176) is known color: Eminence. HEX triplet: 74, 41 and 76. RGB value is (116,65,118). Sum of RGB (Red+Green+Blue) = 116+65+118=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #744176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744176 is #8BBE89. Grayscale: #565656. Windows color (decimal): -9158282 or 7750004. OLE color: 7750004.

HSL color Cylindrical-coordinate representation of color #744176: hue angle of 297.74º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744176 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 65 118 -
CMYK 0.02 0.45 0 0.54
HSL 297.74º 0.29% 0.36% -
HSV(B) 297.74º 0.45% 0.46% -
XYZ 12.36 8.8 18.19 -
YUV 86.29 145.9 149.19 -
System Red Green Blue C M Y K H S L
Decimal 116 65 118 0.02 0.45 0 0.54 297.74 0.29 0.36
Hex 74 41 76 2 2D 0 36 12A 1D 24
Octal 164 101 166 2 55 0 66 452 35 44
Binary 1110100 1000001 1110110 10 101101 0 110110 100101010 11101 100100

Color Harmonies of #744176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744176

Black with #744176

Text Example


Text Example

White with #744176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744176; }

 p { color: rgb(116,65,118); }

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

background-color css

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

 a { background-color: rgb(116,65,118); }

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

border-color css

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

 span { border-color: rgb(116,65,118); }

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