Html Css Color HEX #71496E Eminence

📋 copy color: '#71496E'

red 113 ◦ green 73 ◦ blue 110

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

Shades of Eminence #71496E

Tints of Eminence #71496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.66%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 38.18%
G = 24.66%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71496E (or 0x71496E) is known color: Eminence. HEX triplet: 71, 49 and 6E. RGB value is (113,73,110). Sum of RGB (Red+Green+Blue) = 113+73+110=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #71496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71496E is #8EB691. Grayscale: #595959. Windows color (decimal): -9352850 or 7227761. OLE color: 7227761.

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

Color convert

RGB 113 73 110 -
CMYK 0 0.35 0.03 0.56
HSL 304.5º 0.22% 0.36% -
HSV(B) 304.5º 0.35% 0.44% -
XYZ 12.01 9.4 15.93 -
YUV 89.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 113 73 110 0 0.35 0.03 0.56 304.5 0.22 0.36
Hex 71 49 6E 0 23 3 38 130 16 24
Octal 161 111 156 0 43 3 70 460 26 44
Binary 1110001 1001001 1101110 0 100011 11 111000 100110000 10110 100100

Color Harmonies of #71496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71496E

Black with #71496E

Text Example


Text Example

White with #71496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71496E; }

 p { color: rgb(113,73,110); }

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

background-color css

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

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

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

border-color css

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

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

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