Html Css Color HEX #713683 Eminence

📋 copy color: '#713683'

red 113 ◦ green 54 ◦ blue 131

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

Shades of Eminence #713683

Tints of Eminence #713683

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

 BLUE value IS 131 (51.56% from 255) = 43.96%

R = 37.92%
G = 18.12%
B = 43.96%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713683 (or 0x713683) is known color: Eminence. HEX triplet: 71, 36 and 83. RGB value is (113,54,131). Sum of RGB (Red+Green+Blue) = 113+54+131=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #713683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713683 is #8EC97C. Grayscale: #505050. Windows color (decimal): -9357693 or 8599153. OLE color: 8599153.

HSL color Cylindrical-coordinate representation of color #713683: hue angle of 285.97º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713683 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 54 131 -
CMYK 0.14 0.59 0 0.49
HSL 285.97º 0.42% 0.36% -
HSV(B) 285.97º 0.59% 0.51% -
XYZ 12.23 7.79 22.33 -
YUV 80.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 113 54 131 0.14 0.59 0 0.49 285.97 0.42 0.36
Hex 71 36 83 E 3B 0 31 11E 2A 24
Octal 161 66 203 16 73 0 61 436 52 44
Binary 1110001 110110 10000011 1110 111011 0 110001 100011110 101010 100100

Color Harmonies of #713683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713683

Black with #713683

Text Example


Text Example

White with #713683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713683; }

 p { color: rgb(113,54,131); }

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

background-color css

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

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

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

border-color css

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

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

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