Html Css Color HEX #713179 Eminence

📋 copy color: '#713179'

red 113 ◦ green 49 ◦ blue 121

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

Shades of Eminence #713179

Tints of Eminence #713179

RGB

 RED value IS 113 (44.53% from 255) = 39.93%

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

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

R = 39.93%
G = 17.31%
B = 42.76%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713179 (or 0x713179) is known color: Eminence. HEX triplet: 71, 31 and 79. RGB value is (113,49,121). Sum of RGB (Red+Green+Blue) = 113+49+121=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #713179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713179 is #8ECE86. Grayscale: #4C4C4C. Windows color (decimal): -9358983 or 7942513. OLE color: 7942513.

HSL color Cylindrical-coordinate representation of color #713179: hue angle of 293.33º 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 #713179 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 49 121 -
CMYK 0.07 0.60 0 0.53
HSL 293.33º 0.42% 0.33% -
HSV(B) 293.33º 0.6% 0.47% -
XYZ 11.36 7.09 18.86 -
YUV 76.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 113 49 121 0.07 0.60 0 0.53 293.33 0.42 0.33
Hex 71 31 79 7 3C 0 35 125 2A 21
Octal 161 61 171 7 74 0 65 445 52 41
Binary 1110001 110001 1111001 111 111100 0 110101 100100101 101010 100001

Color Harmonies of #713179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713179

Black with #713179

Text Example


Text Example

White with #713179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713179; }

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

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

background-color css

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

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

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

border-color css

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

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

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