Html Css Color HEX #753979 Eminence

📋 copy color: '#753979'

red 117 ◦ green 57 ◦ blue 121

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

Shades of Eminence #753979

Tints of Eminence #753979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

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

R = 39.66%
G = 19.32%
B = 41.02%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#753979 (or 0x753979) is known color: Eminence. HEX triplet: 75, 39 and 79. RGB value is (117,57,121). Sum of RGB (Red+Green+Blue) = 117+57+121=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #753979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753979 is #8AC686. Grayscale: #525252. Windows color (decimal): -9094791 or 7944565. OLE color: 7944565.

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

Color convert

RGB 117 57 121 -
CMYK 0.03 0.53 0 0.53
HSL 296.25º 0.36% 0.35% -
HSV(B) 296.25º 0.53% 0.47% -
XYZ 12.25 8.09 19 -
YUV 82.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 117 57 121 0.03 0.53 0 0.53 296.25 0.36 0.35
Hex 75 39 79 3 35 0 35 128 24 23
Octal 165 71 171 3 65 0 65 450 44 43
Binary 1110101 111001 1111001 11 110101 0 110101 100101000 100100 100011

Color Harmonies of #753979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753979

Black with #753979

Text Example


Text Example

White with #753979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753979; }

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

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

background-color css

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

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

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

border-color css

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

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

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