Html Css Color HEX #713A77 Eminence

📋 copy color: '#713A77'

red 113 ◦ green 58 ◦ blue 119

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

Shades of Eminence #713A77

Tints of Eminence #713A77

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20%

 BLUE value IS 119 (46.88% from 255) = 41.03%

R = 38.97%
G = 20%
B = 41.03%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713A77 (or 0x713A77) is known color: Eminence. HEX triplet: 71, 3A and 77. RGB value is (113,58,119). Sum of RGB (Red+Green+Blue) = 113+58+119=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #713A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A77 is #8EC588. Grayscale: #515151. Windows color (decimal): -9356681 or 7813745. OLE color: 7813745.

HSL color Cylindrical-coordinate representation of color #713A77: hue angle of 294.1º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713A77 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 58 119 -
CMYK 0.05 0.51 0 0.53
HSL 294.1º 0.34% 0.35% -
HSV(B) 294.1º 0.51% 0.47% -
XYZ 11.65 7.87 18.36 -
YUV 81.4 149.22 150.54 -
System Red Green Blue C M Y K H S L
Decimal 113 58 119 0.05 0.51 0 0.53 294.1 0.34 0.35
Hex 71 3A 77 5 33 0 35 126 22 23
Octal 161 72 167 5 63 0 65 446 42 43
Binary 1110001 111010 1110111 101 110011 0 110101 100100110 100010 100011

Color Harmonies of #713A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A77

Black with #713A77

Text Example


Text Example

White with #713A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,58,119); }

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

background-color css

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

 a { background-color: rgb(113,58,119); }

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

border-color css

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

 span { border-color: rgb(113,58,119); }

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