Html Css Color HEX #713975 Eminence

📋 copy color: '#713975'

red 113 ◦ green 57 ◦ blue 117

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

Shades of Eminence #713975

Tints of Eminence #713975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.86%

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

R = 39.37%
G = 19.86%
B = 40.77%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713975 (or 0x713975) is known color: Eminence. HEX triplet: 71, 39 and 75. RGB value is (113,57,117). Sum of RGB (Red+Green+Blue) = 113+57+117=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #713975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713975 is #8EC68A. Grayscale: #505050. Windows color (decimal): -9356939 or 7682417. OLE color: 7682417.

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

Color convert

RGB 113 57 117 -
CMYK 0.03 0.51 0 0.54
HSL 296º 0.34% 0.34% -
HSV(B) 296º 0.51% 0.46% -
XYZ 11.48 7.72 17.71 -
YUV 80.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 113 57 117 0.03 0.51 0 0.54 296 0.34 0.34
Hex 71 39 75 3 33 0 36 128 22 22
Octal 161 71 165 3 63 0 66 450 42 42
Binary 1110001 111001 1110101 11 110011 0 110110 100101000 100010 100010

Color Harmonies of #713975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713975

Black with #713975

Text Example


Text Example

White with #713975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713975; }

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

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

background-color css

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

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

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

border-color css

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

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

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