Html Css Color HEX #713175 Eminence

📋 copy color: '#713175'

red 113 ◦ green 49 ◦ blue 117

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

Shades of Eminence #713175

Tints of Eminence #713175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

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

R = 40.5%
G = 17.56%
B = 41.94%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713175 (or 0x713175) is known color: Eminence. HEX triplet: 71, 31 and 75. RGB value is (113,49,117). Sum of RGB (Red+Green+Blue) = 113+49+117=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #713175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713175 is #8ECE8A. Grayscale: #4B4B4B. Windows color (decimal): -9358987 or 7680369. OLE color: 7680369.

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

Color convert

RGB 113 49 117 -
CMYK 0.03 0.58 0 0.54
HSL 296.47º 0.41% 0.33% -
HSV(B) 296.47º 0.58% 0.46% -
XYZ 11.12 6.99 17.59 -
YUV 75.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 113 49 117 0.03 0.58 0 0.54 296.47 0.41 0.33
Hex 71 31 75 3 3A 0 36 128 29 21
Octal 161 61 165 3 72 0 66 450 51 41
Binary 1110001 110001 1110101 11 111010 0 110110 100101000 101001 100001

Color Harmonies of #713175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713175

Black with #713175

Text Example


Text Example

White with #713175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713175; }

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

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

background-color css

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

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

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

border-color css

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

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

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