Html Css Color HEX #752C79 Eminence

📋 copy color: '#752C79'

red 117 ◦ green 44 ◦ blue 121

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

Shades of Eminence #752C79

Tints of Eminence #752C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.6%

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

R = 41.49%
G = 15.6%
B = 42.91%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#752C79 (or 0x752C79) is known color: Eminence. HEX triplet: 75, 2C and 79. RGB value is (117,44,121). Sum of RGB (Red+Green+Blue) = 117+44+121=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 44 (17.58% from 255 or 15.60% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #752C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C79 is #8AD386. Grayscale: #4A4A4A. Windows color (decimal): -9098119 or 7941237. OLE color: 7941237.

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

Color convert

RGB 117 44 121 -
CMYK 0.03 0.64 0 0.53
HSL 296.88º 0.47% 0.32% -
HSV(B) 296.88º 0.64% 0.47% -
XYZ 11.69 6.96 18.82 -
YUV 74.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 117 44 121 0.03 0.64 0 0.53 296.88 0.47 0.32
Hex 75 2C 79 3 40 0 35 129 2F 20
Octal 165 54 171 3 100 0 65 451 57 40
Binary 1110101 101100 1111001 11 1000000 0 110101 100101001 101111 100000

Color Harmonies of #752C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752C79

Black with #752C79

Text Example


Text Example

White with #752C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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