Html Css Color HEX #744075 Eminence

📋 copy color: '#744075'

red 116 ◦ green 64 ◦ blue 117

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

Shades of Eminence #744075

Tints of Eminence #744075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 39.06%
G = 21.55%
B = 39.39%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#744075 (or 0x744075) is known color: Eminence. HEX triplet: 74, 40 and 75. RGB value is (116,64,117). Sum of RGB (Red+Green+Blue) = 116+64+117=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #744075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744075 is #8BBF8A. Grayscale: #555555. Windows color (decimal): -9158539 or 7684212. OLE color: 7684212.

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

Color convert

RGB 116 64 117 -
CMYK 0.01 0.45 0 0.54
HSL 298.87º 0.29% 0.35% -
HSV(B) 298.87º 0.45% 0.46% -
XYZ 12.25 8.66 17.86 -
YUV 85.59 145.73 149.69 -
System Red Green Blue C M Y K H S L
Decimal 116 64 117 0.01 0.45 0 0.54 298.87 0.29 0.35
Hex 74 40 75 1 2D 0 36 12B 1D 23
Octal 164 100 165 1 55 0 66 453 35 43
Binary 1110100 1000000 1110101 1 101101 0 110110 100101011 11101 100011

Color Harmonies of #744075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744075

Black with #744075

Text Example


Text Example

White with #744075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744075; }

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

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

background-color css

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

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

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

border-color css

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

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

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