Html Css Color HEX #71477A Eminence

📋 copy color: '#71477A'

red 113 ◦ green 71 ◦ blue 122

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

Shades of Eminence #71477A

Tints of Eminence #71477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.87%

R = 36.93%
G = 23.2%
B = 39.87%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#71477A (or 0x71477A) is known color: Eminence. HEX triplet: 71, 47 and 7A. RGB value is (113,71,122). Sum of RGB (Red+Green+Blue) = 113+71+122=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 122 - color contains mainly: blue. Hex color #71477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71477A is #8EB885. Grayscale: #595959. Windows color (decimal): -9353350 or 8013681. OLE color: 8013681.

HSL color Cylindrical-coordinate representation of color #71477A: hue angle of 289.41º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71477A is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 113 71 122 -
CMYK 0.07 0.42 0 0.52
HSL 289.41º 0.26% 0.38% -
HSV(B) 289.41º 0.42% 0.48% -
XYZ 12.58 9.42 19.57 -
YUV 89.37 146.41 144.85 -
System Red Green Blue C M Y K H S L
Decimal 113 71 122 0.07 0.42 0 0.52 289.41 0.26 0.38
Hex 71 47 7A 7 2A 0 34 121 1A 26
Octal 161 107 172 7 52 0 64 441 32 46
Binary 1110001 1000111 1111010 111 101010 0 110100 100100001 11010 100110

Color Harmonies of #71477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71477A

Black with #71477A

Text Example


Text Example

White with #71477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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