Html Css Color HEX #744070 Eminence

📋 copy color: '#744070'

red 116 ◦ green 64 ◦ blue 112

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

Shades of Eminence #744070

Tints of Eminence #744070

RGB

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

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

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

R = 39.73%
G = 21.92%
B = 38.36%

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

#744070 (or 0x744070) is known color: Eminence. HEX triplet: 74, 40 and 70. RGB value is (116,64,112). Sum of RGB (Red+Green+Blue) = 116+64+112=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #744070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744070 is #8BBF8F. Grayscale: #545454. Windows color (decimal): -9158544 or 7356532. OLE color: 7356532.

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

Color convert

RGB 116 64 112 -
CMYK 0 0.45 0.03 0.55
HSL 304.62º 0.29% 0.35% -
HSV(B) 304.62º 0.45% 0.45% -
XYZ 11.96 8.55 16.35 -
YUV 85.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 116 64 112 0 0.45 0.03 0.55 304.62 0.29 0.35
Hex 74 40 70 0 2D 3 37 131 1D 23
Octal 164 100 160 0 55 3 67 461 35 43
Binary 1110100 1000000 1110000 0 101101 11 110111 100110001 11101 100011

Color Harmonies of #744070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744070

Black with #744070

Text Example


Text Example

White with #744070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744070; }

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

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

background-color css

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

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

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

border-color css

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

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

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