Html Css Color HEX #714771 Eminence

📋 copy color: '#714771'

red 113 ◦ green 71 ◦ blue 113

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

Shades of Eminence #714771

Tints of Eminence #714771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 38.05%
G = 23.91%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#714771 (or 0x714771) is known color: Eminence. HEX triplet: 71, 47 and 71. RGB value is (113,71,113). Sum of RGB (Red+Green+Blue) = 113+71+113=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #714771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714771 is #8EB88E. Grayscale: #585858. Windows color (decimal): -9353359 or 7423857. OLE color: 7423857.

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

Color convert

RGB 113 71 113 -
CMYK 0 0.37 0 0.56
HSL 300º 0.23% 0.36% -
HSV(B) 300º 0.37% 0.44% -
XYZ 12.04 9.21 16.77 -
YUV 88.35 141.91 145.58 -
System Red Green Blue C M Y K H S L
Decimal 113 71 113 0 0.37 0 0.56 300 0.23 0.36
Hex 71 47 71 0 25 0 38 12C 17 24
Octal 161 107 161 0 45 0 70 454 27 44
Binary 1110001 1000111 1110001 0 100101 0 111000 100101100 10111 100100

Color Harmonies of #714771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714771

Black with #714771

Text Example


Text Example

White with #714771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714771; }

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

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

background-color css

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

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

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

border-color css

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

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

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