Html Css Color HEX #754A79 Eminence

📋 copy color: '#754A79'

red 117 ◦ green 74 ◦ blue 121

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

Shades of Eminence #754A79

Tints of Eminence #754A79

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

 BLUE value IS 121 (47.66% from 255) = 38.78%

R = 37.5%
G = 23.72%
B = 38.78%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#754A79 (or 0x754A79) is known color: Eminence. HEX triplet: 75, 4A and 79. RGB value is (117,74,121). Sum of RGB (Red+Green+Blue) = 117+74+121=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #754A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A79 is #8AB586. Grayscale: #5C5C5C. Windows color (decimal): -9090439 or 7948917. OLE color: 7948917.

HSL color Cylindrical-coordinate representation of color #754A79: hue angle of 294.89º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754A79 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 74 121 -
CMYK 0.03 0.39 0 0.53
HSL 294.89º 0.24% 0.38% -
HSV(B) 294.89º 0.39% 0.47% -
XYZ 13.24 10.06 19.33 -
YUV 92.22 144.25 145.68 -
System Red Green Blue C M Y K H S L
Decimal 117 74 121 0.03 0.39 0 0.53 294.89 0.24 0.38
Hex 75 4A 79 3 27 0 35 127 18 26
Octal 165 112 171 3 47 0 65 447 30 46
Binary 1110101 1001010 1111001 11 100111 0 110101 100100111 11000 100110

Color Harmonies of #754A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754A79

Black with #754A79

Text Example


Text Example

White with #754A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754A79; }

 p { color: rgb(117,74,121); }

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

background-color css

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

 a { background-color: rgb(117,74,121); }

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

border-color css

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

 span { border-color: rgb(117,74,121); }

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