Html Css Color HEX #713B75 Eminence

📋 copy color: '#713B75'

red 113 ◦ green 59 ◦ blue 117

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

Shades of Eminence #713B75

Tints of Eminence #713B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.42%

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

R = 39.1%
G = 20.42%
B = 40.48%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713B75 (or 0x713B75) is known color: Eminence. HEX triplet: 71, 3B and 75. RGB value is (113,59,117). Sum of RGB (Red+Green+Blue) = 113+59+117=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #713B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713B75 is #8EC48A. Grayscale: #515151. Windows color (decimal): -9356427 or 7682929. OLE color: 7682929.

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

Color convert

RGB 113 59 117 -
CMYK 0.03 0.50 0 0.54
HSL 295.86º 0.33% 0.35% -
HSV(B) 295.86º 0.5% 0.46% -
XYZ 11.58 7.92 17.75 -
YUV 81.76 147.89 150.28 -
System Red Green Blue C M Y K H S L
Decimal 113 59 117 0.03 0.50 0 0.54 295.86 0.33 0.35
Hex 71 3B 75 3 32 0 36 128 21 23
Octal 161 73 165 3 62 0 66 450 41 43
Binary 1110001 111011 1110101 11 110010 0 110110 100101000 100001 100011

Color Harmonies of #713B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713B75

Black with #713B75

Text Example


Text Example

White with #713B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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