Html Css Color HEX #713575 Eminence

📋 copy color: '#713575'

red 113 ◦ green 53 ◦ blue 117

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

Shades of Eminence #713575

Tints of Eminence #713575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

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

R = 39.93%
G = 18.73%
B = 41.34%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713575 (or 0x713575) is known color: Eminence. HEX triplet: 71, 35 and 75. RGB value is (113,53,117). Sum of RGB (Red+Green+Blue) = 113+53+117=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #713575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713575 is #8ECA8A. Grayscale: #4E4E4E. Windows color (decimal): -9357963 or 7681393. OLE color: 7681393.

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

Color convert

RGB 113 53 117 -
CMYK 0.03 0.55 0 0.54
HSL 296.25º 0.38% 0.33% -
HSV(B) 296.25º 0.55% 0.46% -
XYZ 11.29 7.34 17.65 -
YUV 78.24 149.88 152.8 -
System Red Green Blue C M Y K H S L
Decimal 113 53 117 0.03 0.55 0 0.54 296.25 0.38 0.33
Hex 71 35 75 3 37 0 36 128 26 21
Octal 161 65 165 3 67 0 66 450 46 41
Binary 1110001 110101 1110101 11 110111 0 110110 100101000 100110 100001

Color Harmonies of #713575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713575

Black with #713575

Text Example


Text Example

White with #713575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713575; }

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

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

background-color css

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

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

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

border-color css

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

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

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