Html Css Color HEX #744071 Eminence

📋 copy color: '#744071'

red 116 ◦ green 64 ◦ blue 113

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

Shades of Eminence #744071

Tints of Eminence #744071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 39.59%
G = 21.84%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#744071 (or 0x744071) is known color: Eminence. HEX triplet: 74, 40 and 71. RGB value is (116,64,113). Sum of RGB (Red+Green+Blue) = 116+64+113=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #744071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744071 is #8BBF8E. Grayscale: #545454. Windows color (decimal): -9158543 or 7422068. OLE color: 7422068.

HSL color Cylindrical-coordinate representation of color #744071: hue angle of 303.46º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #744071 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 64 113 -
CMYK 0 0.45 0.03 0.55
HSL 303.46º 0.29% 0.35% -
HSV(B) 303.46º 0.45% 0.45% -
XYZ 12.02 8.57 16.64 -
YUV 85.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 116 64 113 0 0.45 0.03 0.55 303.46 0.29 0.35
Hex 74 40 71 0 2D 3 37 12F 1D 23
Octal 164 100 161 0 55 3 67 457 35 43
Binary 1110100 1000000 1110001 0 101101 11 110111 100101111 11101 100011

Color Harmonies of #744071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744071

Black with #744071

Text Example


Text Example

White with #744071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744071; }

 p { color: rgb(116,64,113); }

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

background-color css

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

 a { background-color: rgb(116,64,113); }

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

border-color css

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

 span { border-color: rgb(116,64,113); }

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