Html Css Color HEX #713871 Eminence

📋 copy color: '#713871'

red 113 ◦ green 56 ◦ blue 113

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

Shades of Eminence #713871

Tints of Eminence #713871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 40.07%
G = 19.86%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#713871 (or 0x713871) is known color: Eminence. HEX triplet: 71, 38 and 71. RGB value is (113,56,113). Sum of RGB (Red+Green+Blue) = 113+56+113=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #713871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713871 is #8EC78E. Grayscale: #4F4F4F. Windows color (decimal): -9357199 or 7420017. OLE color: 7420017.

HSL color Cylindrical-coordinate representation of color #713871: hue angle of 300º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713871 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 56 113 -
CMYK 0 0.50 0 0.56
HSL 300º 0.34% 0.33% -
HSV(B) 300º 0.5% 0.44% -
XYZ 11.2 7.53 16.49 -
YUV 79.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 113 56 113 0 0.50 0 0.56 300 0.34 0.33
Hex 71 38 71 0 32 0 38 12C 22 21
Octal 161 70 161 0 62 0 70 454 42 41
Binary 1110001 111000 1110001 0 110010 0 111000 100101100 100010 100001

Color Harmonies of #713871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713871

Black with #713871

Text Example


Text Example

White with #713871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713871; }

 p { color: rgb(113,56,113); }

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

background-color css

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

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

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

border-color css

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

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

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