Html Css Color HEX #713B82 Eminence

📋 copy color: '#713B82'

red 113 ◦ green 59 ◦ blue 130

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

Shades of Eminence #713B82

Tints of Eminence #713B82

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

 BLUE value IS 130 (51.17% from 255) = 43.05%

R = 37.42%
G = 19.54%
B = 43.05%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713B82 (or 0x713B82) is known color: Eminence. HEX triplet: 71, 3B and 82. RGB value is (113,59,130). Sum of RGB (Red+Green+Blue) = 113+59+130=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #713B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713B82 is #8EC47D. Grayscale: #535353. Windows color (decimal): -9356414 or 8534897. OLE color: 8534897.

HSL color Cylindrical-coordinate representation of color #713B82: hue angle of 285.63º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #713B82 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 59 130 -
CMYK 0.13 0.55 0 0.49
HSL 285.63º 0.38% 0.37% -
HSV(B) 285.63º 0.55% 0.51% -
XYZ 12.4 8.25 22.06 -
YUV 83.24 154.39 149.23 -
System Red Green Blue C M Y K H S L
Decimal 113 59 130 0.13 0.55 0 0.49 285.63 0.38 0.37
Hex 71 3B 82 D 37 0 31 11E 26 25
Octal 161 73 202 15 67 0 61 436 46 45
Binary 1110001 111011 10000010 1101 110111 0 110001 100011110 100110 100101

Color Harmonies of #713B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B82

Black with #713B82

Text Example


Text Example

White with #713B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713B82; }

 p { color: rgb(113,59,130); }

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

background-color css

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

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

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

border-color css

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

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

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