Html Css Color HEX #752979 Eminence

📋 copy color: '#752979'

red 117 ◦ green 41 ◦ blue 121

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

Shades of Eminence #752979

Tints of Eminence #752979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 41.94%
G = 14.7%
B = 43.37%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752979 (or 0x752979) is known color: Eminence. HEX triplet: 75, 29 and 79. RGB value is (117,41,121). Sum of RGB (Red+Green+Blue) = 117+41+121=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #752979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752979 is #8AD686. Grayscale: #484848. Windows color (decimal): -9098887 or 7940469. OLE color: 7940469.

HSL color Cylindrical-coordinate representation of color #752979: hue angle of 297º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #752979 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 41 121 -
CMYK 0.03 0.66 0 0.53
HSL 297º 0.49% 0.32% -
HSV(B) 297º 0.66% 0.47% -
XYZ 11.58 6.75 18.78 -
YUV 72.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 117 41 121 0.03 0.66 0 0.53 297 0.49 0.32
Hex 75 29 79 3 42 0 35 129 31 20
Octal 165 51 171 3 102 0 65 451 61 40
Binary 1110101 101001 1111001 11 1000010 0 110101 100101001 110001 100000

Color Harmonies of #752979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752979

Black with #752979

Text Example


Text Example

White with #752979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752979; }

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

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

background-color css

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

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

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

border-color css

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

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

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