Html Css Color HEX #754074 Eminence

📋 copy color: '#754074'

red 117 ◦ green 64 ◦ blue 116

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

Shades of Eminence #754074

Tints of Eminence #754074

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

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

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

Color convert

RGB 117 64 116 -
CMYK 0 0.45 0.01 0.54
HSL 301.13º 0.29% 0.35% -
HSV(B) 301.13º 0.45% 0.46% -
XYZ 12.32 8.71 17.55 -
YUV 85.78 145.06 150.27 -
System Red Green Blue C M Y K H S L
Decimal 117 64 116 0 0.45 0.01 0.54 301.13 0.29 0.35
Hex 75 40 74 0 2D 1 36 12D 1D 23
Octal 165 100 164 0 55 1 66 455 35 43
Binary 1110101 1000000 1110100 0 101101 1 110110 100101101 11101 100011

Color Harmonies of #754074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754074

Black with #754074

Text Example


Text Example

White with #754074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754074; }

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

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

background-color css

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

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

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

border-color css

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

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

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