Html Css Color HEX #713479 Eminence

📋 copy color: '#713479'

red 113 ◦ green 52 ◦ blue 121

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

Shades of Eminence #713479

Tints of Eminence #713479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

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

R = 39.51%
G = 18.18%
B = 42.31%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713479 (or 0x713479) is known color: Eminence. HEX triplet: 71, 34 and 79. RGB value is (113,52,121). Sum of RGB (Red+Green+Blue) = 113+52+121=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #713479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713479 is #8ECB86. Grayscale: #4D4D4D. Windows color (decimal): -9358215 or 7943281. OLE color: 7943281.

HSL color Cylindrical-coordinate representation of color #713479: hue angle of 293.04º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713479 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 52 121 -
CMYK 0.07 0.57 0 0.53
HSL 293.04º 0.4% 0.34% -
HSV(B) 293.04º 0.57% 0.47% -
XYZ 11.49 7.35 18.9 -
YUV 78.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 113 52 121 0.07 0.57 0 0.53 293.04 0.4 0.34
Hex 71 34 79 7 39 0 35 125 28 22
Octal 161 64 171 7 71 0 65 445 50 42
Binary 1110001 110100 1111001 111 111001 0 110101 100100101 101000 100010

Color Harmonies of #713479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713479

Black with #713479

Text Example


Text Example

White with #713479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713479; }

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

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

background-color css

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

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

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

border-color css

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

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

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