Html Css Color HEX #713771 Eminence

📋 copy color: '#713771'

red 113 ◦ green 55 ◦ blue 113

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

Shades of Eminence #713771

Tints of Eminence #713771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 40.21%
G = 19.57%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#713771 (or 0x713771) is known color: Eminence. HEX triplet: 71, 37 and 71. RGB value is (113,55,113). Sum of RGB (Red+Green+Blue) = 113+55+113=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #713771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713771 is #8EC88E. Grayscale: #4E4E4E. Windows color (decimal): -9357455 or 7419761. OLE color: 7419761.

HSL color Cylindrical-coordinate representation of color #713771: hue angle of 300º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713771 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 55 113 -
CMYK 0 0.51 0 0.56
HSL 300º 0.35% 0.33% -
HSV(B) 300º 0.51% 0.44% -
XYZ 11.16 7.44 16.47 -
YUV 78.95 147.22 152.28 -
System Red Green Blue C M Y K H S L
Decimal 113 55 113 0 0.51 0 0.56 300 0.35 0.33
Hex 71 37 71 0 33 0 38 12C 23 21
Octal 161 67 161 0 63 0 70 454 43 41
Binary 1110001 110111 1110001 0 110011 0 111000 100101100 100011 100001

Color Harmonies of #713771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713771

Black with #713771

Text Example


Text Example

White with #713771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713771; }

 p { color: rgb(113,55,113); }

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

background-color css

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

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

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

border-color css

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

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

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