Html Css Color HEX #713F75 Eminence

📋 copy color: '#713F75'

red 113 ◦ green 63 ◦ blue 117

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

Shades of Eminence #713F75

Tints of Eminence #713F75

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

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

R = 38.57%
G = 21.5%
B = 39.93%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713F75 (or 0x713F75) is known color: Eminence. HEX triplet: 71, 3F and 75. RGB value is (113,63,117). Sum of RGB (Red+Green+Blue) = 113+63+117=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #713F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F75 is #8EC08A. Grayscale: #535353. Windows color (decimal): -9355403 or 7683953. OLE color: 7683953.

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

Color convert

RGB 113 63 117 -
CMYK 0.03 0.46 0 0.54
HSL 295.56º 0.3% 0.35% -
HSV(B) 295.56º 0.46% 0.46% -
XYZ 11.8 8.35 17.82 -
YUV 84.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 113 63 117 0.03 0.46 0 0.54 295.56 0.3 0.35
Hex 71 3F 75 3 2E 0 36 128 1E 23
Octal 161 77 165 3 56 0 66 450 36 43
Binary 1110001 111111 1110101 11 101110 0 110110 100101000 11110 100011

Color Harmonies of #713F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F75

Black with #713F75

Text Example


Text Example

White with #713F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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