Html Css Color HEX #714F73 Eminence

📋 copy color: '#714F73'

red 113 ◦ green 79 ◦ blue 115

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

Shades of Eminence #714F73

Tints of Eminence #714F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.73%

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 36.81%
G = 25.73%
B = 37.46%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#714F73 (or 0x714F73) is known color: Eminence. HEX triplet: 71, 4F and 73. RGB value is (113,79,115). Sum of RGB (Red+Green+Blue) = 113+79+115=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #714F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F73 is #8EB08C. Grayscale: #5D5D5D. Windows color (decimal): -9351309 or 7556977. OLE color: 7556977.

HSL color Cylindrical-coordinate representation of color #714F73: hue angle of 296.67º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #714F73 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 79 115 -
CMYK 0.02 0.31 0 0.55
HSL 296.67º 0.19% 0.38% -
HSV(B) 296.67º 0.31% 0.45% -
XYZ 12.7 10.34 17.55 -
YUV 93.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 113 79 115 0.02 0.31 0 0.55 296.67 0.19 0.38
Hex 71 4F 73 2 1F 0 37 129 13 26
Octal 161 117 163 2 37 0 67 451 23 46
Binary 1110001 1001111 1110011 10 11111 0 110111 100101001 10011 100110

Color Harmonies of #714F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714F73

Black with #714F73

Text Example


Text Example

White with #714F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714F73; }

 p { color: rgb(113,79,115); }

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

background-color css

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

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

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

border-color css

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

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

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