Html Css Color HEX #713D82 Eminence

📋 copy color: '#713D82'

red 113 ◦ green 61 ◦ blue 130

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

Shades of Eminence #713D82

Tints of Eminence #713D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

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

R = 37.17%
G = 20.07%
B = 42.76%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713D82 (or 0x713D82) is known color: Eminence. HEX triplet: 71, 3D and 82. RGB value is (113,61,130). Sum of RGB (Red+Green+Blue) = 113+61+130=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #713D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713D82 is #8EC27D. Grayscale: #545454. Windows color (decimal): -9355902 or 8535409. OLE color: 8535409.

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

Color convert

RGB 113 61 130 -
CMYK 0.13 0.53 0 0.49
HSL 285.22º 0.36% 0.37% -
HSV(B) 285.22º 0.53% 0.51% -
XYZ 12.51 8.46 22.09 -
YUV 84.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 113 61 130 0.13 0.53 0 0.49 285.22 0.36 0.37
Hex 71 3D 82 D 35 0 31 11D 24 25
Octal 161 75 202 15 65 0 61 435 44 45
Binary 1110001 111101 10000010 1101 110101 0 110001 100011101 100100 100101

Color Harmonies of #713D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713D82

Black with #713D82

Text Example


Text Example

White with #713D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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