Html Css Color HEX #713E70 Eminence

📋 copy color: '#713E70'

red 113 ◦ green 62 ◦ blue 112

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

Shades of Eminence #713E70

Tints of Eminence #713E70

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.6%

 BLUE value IS 112 (44.14% from 255) = 39.02%

R = 39.37%
G = 21.6%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#713E70 (or 0x713E70) is known color: Eminence. HEX triplet: 71, 3E and 70. RGB value is (113,62,112). Sum of RGB (Red+Green+Blue) = 113+62+112=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #713E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E70 is #8EC18F. Grayscale: #525252. Windows color (decimal): -9355664 or 7356017. OLE color: 7356017.

HSL color Cylindrical-coordinate representation of color #713E70: hue angle of 301.18º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E70 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 62 112 -
CMYK 0 0.45 0.01 0.56
HSL 301.18º 0.29% 0.34% -
HSV(B) 301.18º 0.45% 0.44% -
XYZ 11.46 8.13 16.29 -
YUV 82.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 113 62 112 0 0.45 0.01 0.56 301.18 0.29 0.34
Hex 71 3E 70 0 2D 1 38 12D 1D 22
Octal 161 76 160 0 55 1 70 455 35 42
Binary 1110001 111110 1110000 0 101101 1 111000 100101101 11101 100010

Color Harmonies of #713E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E70

Black with #713E70

Text Example


Text Example

White with #713E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,62,112); }

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

background-color css

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

 a { background-color: rgb(113,62,112); }

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

border-color css

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

 span { border-color: rgb(113,62,112); }

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