Html Css Color HEX #713783 Eminence

📋 copy color: '#713783'

red 113 ◦ green 55 ◦ blue 131

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

Shades of Eminence #713783

Tints of Eminence #713783

RGB

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

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

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

R = 37.79%
G = 18.39%
B = 43.81%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#713783 (or 0x713783) is known color: Eminence. HEX triplet: 71, 37 and 83. RGB value is (113,55,131). Sum of RGB (Red+Green+Blue) = 113+55+131=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #713783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713783 is #8EC87C. Grayscale: #505050. Windows color (decimal): -9357437 or 8599409. OLE color: 8599409.

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

Color convert

RGB 113 55 131 -
CMYK 0.14 0.58 0 0.49
HSL 285.79º 0.41% 0.36% -
HSV(B) 285.79º 0.58% 0.51% -
XYZ 12.27 7.88 22.35 -
YUV 81.01 156.22 150.82 -
System Red Green Blue C M Y K H S L
Decimal 113 55 131 0.14 0.58 0 0.49 285.79 0.41 0.36
Hex 71 37 83 E 3A 0 31 11E 29 24
Octal 161 67 203 16 72 0 61 436 51 44
Binary 1110001 110111 10000011 1110 111010 0 110001 100011110 101001 100100

Color Harmonies of #713783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713783

Black with #713783

Text Example


Text Example

White with #713783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713783; }

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

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

background-color css

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

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

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

border-color css

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

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

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