Html Css Color HEX #713E75 Eminence

📋 copy color: '#713E75'

red 113 ◦ green 62 ◦ blue 117

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

Shades of Eminence #713E75

Tints of Eminence #713E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.07%

R = 38.7%
G = 21.23%
B = 40.07%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713E75 (or 0x713E75) is known color: Eminence. HEX triplet: 71, 3E and 75. RGB value is (113,62,117). Sum of RGB (Red+Green+Blue) = 113+62+117=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #713E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E75 is #8EC18A. Grayscale: #535353. Windows color (decimal): -9355659 or 7683697. OLE color: 7683697.

HSL color Cylindrical-coordinate representation of color #713E75: hue angle of 295.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713E75 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 62 117 -
CMYK 0.03 0.47 0 0.54
HSL 295.64º 0.31% 0.35% -
HSV(B) 295.64º 0.47% 0.46% -
XYZ 11.74 8.24 17.8 -
YUV 83.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 113 62 117 0.03 0.47 0 0.54 295.64 0.31 0.35
Hex 71 3E 75 3 2F 0 36 128 1F 23
Octal 161 76 165 3 57 0 66 450 37 43
Binary 1110001 111110 1110101 11 101111 0 110110 100101000 11111 100011

Color Harmonies of #713E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713E75

Black with #713E75

Text Example


Text Example

White with #713E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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