Html Css Color HEX #713877 Eminence

📋 copy color: '#713877'

red 113 ◦ green 56 ◦ blue 119

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

Shades of Eminence #713877

Tints of Eminence #713877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

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

R = 39.24%
G = 19.44%
B = 41.32%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713877 (or 0x713877) is known color: Eminence. HEX triplet: 71, 38 and 77. RGB value is (113,56,119). Sum of RGB (Red+Green+Blue) = 113+56+119=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #713877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713877 is #8EC788. Grayscale: #505050. Windows color (decimal): -9357193 or 7813233. OLE color: 7813233.

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

Color convert

RGB 113 56 119 -
CMYK 0.05 0.53 0 0.53
HSL 294.29º 0.36% 0.34% -
HSV(B) 294.29º 0.53% 0.47% -
XYZ 11.55 7.67 18.32 -
YUV 80.23 149.88 151.38 -
System Red Green Blue C M Y K H S L
Decimal 113 56 119 0.05 0.53 0 0.53 294.29 0.36 0.34
Hex 71 38 77 5 35 0 35 126 24 22
Octal 161 70 167 5 65 0 65 446 44 42
Binary 1110001 111000 1110111 101 110101 0 110101 100100110 100100 100010

Color Harmonies of #713877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713877

Black with #713877

Text Example


Text Example

White with #713877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713877; }

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

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

background-color css

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

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

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

border-color css

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

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

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