Html Css Color HEX #714176 Eminence

📋 copy color: '#714176'

red 113 ◦ green 65 ◦ blue 118

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

Shades of Eminence #714176

Tints of Eminence #714176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 118 (46.48% from 255) = 39.86%

R = 38.18%
G = 21.96%
B = 39.86%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#714176 (or 0x714176) is known color: Eminence. HEX triplet: 71, 41 and 76. RGB value is (113,65,118). Sum of RGB (Red+Green+Blue) = 113+65+118=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #714176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714176 is #8EBE89. Grayscale: #555555. Windows color (decimal): -9354890 or 7750001. OLE color: 7750001.

HSL color Cylindrical-coordinate representation of color #714176: hue angle of 294.34º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #714176 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 65 118 -
CMYK 0.04 0.45 0 0.54
HSL 294.34º 0.29% 0.36% -
HSV(B) 294.34º 0.45% 0.46% -
XYZ 11.97 8.6 18.17 -
YUV 85.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 113 65 118 0.04 0.45 0 0.54 294.34 0.29 0.36
Hex 71 41 76 4 2D 0 36 126 1D 24
Octal 161 101 166 4 55 0 66 446 35 44
Binary 1110001 1000001 1110110 100 101101 0 110110 100100110 11101 100100

Color Harmonies of #714176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714176

Black with #714176

Text Example


Text Example

White with #714176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714176; }

 p { color: rgb(113,65,118); }

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

background-color css

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

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

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

border-color css

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

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

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