Html Css Color HEX #713782 Eminence

📋 copy color: '#713782'

red 113 ◦ green 55 ◦ blue 130

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

Shades of Eminence #713782

Tints of Eminence #713782

RGB

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

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

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

R = 37.92%
G = 18.46%
B = 43.62%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713782 (or 0x713782) is known color: Eminence. HEX triplet: 71, 37 and 82. RGB value is (113,55,130). Sum of RGB (Red+Green+Blue) = 113+55+130=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 130 - color contains mainly: blue. Hex color #713782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713782 is #8EC87D. Grayscale: #505050. Windows color (decimal): -9357438 or 8533873. OLE color: 8533873.

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

Color convert

RGB 113 55 130 -
CMYK 0.13 0.58 0 0.49
HSL 286.4º 0.41% 0.36% -
HSV(B) 286.4º 0.58% 0.51% -
XYZ 12.21 7.85 21.99 -
YUV 80.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 113 55 130 0.13 0.58 0 0.49 286.4 0.41 0.36
Hex 71 37 82 D 3A 0 31 11E 29 24
Octal 161 67 202 15 72 0 61 436 51 44
Binary 1110001 110111 10000010 1101 111010 0 110001 100011110 101001 100100

Color Harmonies of #713782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713782

Black with #713782

Text Example


Text Example

White with #713782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713782; }

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

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

background-color css

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

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

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

border-color css

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

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

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