Html Css Color HEX #753179 Eminence

📋 copy color: '#753179'

red 117 ◦ green 49 ◦ blue 121

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

Shades of Eminence #753179

Tints of Eminence #753179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

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

R = 40.77%
G = 17.07%
B = 42.16%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#753179 (or 0x753179) is known color: Eminence. HEX triplet: 75, 31 and 79. RGB value is (117,49,121). Sum of RGB (Red+Green+Blue) = 117+49+121=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #753179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753179 is #8ACE86. Grayscale: #4D4D4D. Windows color (decimal): -9096839 or 7942517. OLE color: 7942517.

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

Color convert

RGB 117 49 121 -
CMYK 0.03 0.60 0 0.53
HSL 296.67º 0.42% 0.33% -
HSV(B) 296.67º 0.6% 0.47% -
XYZ 11.89 7.36 18.88 -
YUV 77.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 117 49 121 0.03 0.60 0 0.53 296.67 0.42 0.33
Hex 75 31 79 3 3C 0 35 129 2A 21
Octal 165 61 171 3 74 0 65 451 52 41
Binary 1110101 110001 1111001 11 111100 0 110101 100101001 101010 100001

Color Harmonies of #753179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753179

Black with #753179

Text Example


Text Example

White with #753179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753179; }

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

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

background-color css

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

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

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

border-color css

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

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

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