Html Css Color HEX #713582 Eminence

📋 copy color: '#713582'

red 113 ◦ green 53 ◦ blue 130

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

Shades of Eminence #713582

Tints of Eminence #713582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 38.18%
G = 17.91%
B = 43.92%

CMYK

 C value IS 0.13

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713582 (or 0x713582) is known color: Eminence. HEX triplet: 71, 35 and 82. RGB value is (113,53,130). Sum of RGB (Red+Green+Blue) = 113+53+130=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 130 (51.17% from 255 or 43.92% from 296); Max value from RGB is 130 - color contains mainly: blue. Hex color #713582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713582 is #8ECA7D. Grayscale: #4F4F4F. Windows color (decimal): -9357950 or 8533361. OLE color: 8533361.

HSL color Cylindrical-coordinate representation of color #713582: hue angle of 286.75º 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 #713582 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 53 130 -
CMYK 0.13 0.59 0 0.49
HSL 286.75º 0.42% 0.36% -
HSV(B) 286.75º 0.59% 0.51% -
XYZ 12.11 7.67 21.96 -
YUV 79.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 113 53 130 0.13 0.59 0 0.49 286.75 0.42 0.36
Hex 71 35 82 D 3B 0 31 11F 2A 24
Octal 161 65 202 15 73 0 61 437 52 44
Binary 1110001 110101 10000010 1101 111011 0 110001 100011111 101010 100100

Color Harmonies of #713582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713582

Black with #713582

Text Example


Text Example

White with #713582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713582; }

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

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

background-color css

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

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

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

border-color css

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

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

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