Html Css Color HEX #744081 Eminence

📋 copy color: '#744081'

red 116 ◦ green 64 ◦ blue 129

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

Shades of Eminence #744081

Tints of Eminence #744081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.75%

R = 37.54%
G = 20.71%
B = 41.75%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#744081 (or 0x744081) is known color: Eminence. HEX triplet: 74, 40 and 81. RGB value is (116,64,129). Sum of RGB (Red+Green+Blue) = 116+64+129=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #744081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744081 is #8BBF7E. Grayscale: #565656. Windows color (decimal): -9158527 or 8470644. OLE color: 8470644.

HSL color Cylindrical-coordinate representation of color #744081: hue angle of 288º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744081 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 64 129 -
CMYK 0.10 0.50 0 0.49
HSL 288º 0.34% 0.38% -
HSV(B) 288º 0.5% 0.51% -
XYZ 13 8.96 21.81 -
YUV 86.96 151.73 148.71 -
System Red Green Blue C M Y K H S L
Decimal 116 64 129 0.10 0.50 0 0.49 288 0.34 0.38
Hex 74 40 81 A 32 0 31 120 22 26
Octal 164 100 201 12 62 0 61 440 42 46
Binary 1110100 1000000 10000001 1010 110010 0 110001 100100000 100010 100110

Color Harmonies of #744081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744081

Black with #744081

Text Example


Text Example

White with #744081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744081; }

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

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

background-color css

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

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

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

border-color css

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

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

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