Html Css Color HEX #71406F Eminence

📋 copy color: '#71406F'

red 113 ◦ green 64 ◦ blue 111

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

Shades of Eminence #71406F

Tints of Eminence #71406F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 111 (43.75% from 255) = 38.54%

R = 39.24%
G = 22.22%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71406F (or 0x71406F) is known color: Eminence. HEX triplet: 71, 40 and 6F. RGB value is (113,64,111). Sum of RGB (Red+Green+Blue) = 113+64+111=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 111 (43.75% from 255 or 38.54% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #71406F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71406F is #8EBF90. Grayscale: #535353. Windows color (decimal): -9355153 or 7290993. OLE color: 7290993.

HSL color Cylindrical-coordinate representation of color #71406F: hue angle of 302.45º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #71406F is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 111 -
CMYK 0 0.43 0.02 0.56
HSL 302.45º 0.28% 0.35% -
HSV(B) 302.45º 0.43% 0.44% -
XYZ 11.51 8.33 16.04 -
YUV 84.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 113 64 111 0 0.43 0.02 0.56 302.45 0.28 0.35
Hex 71 40 6F 0 2B 2 38 12E 1C 23
Octal 161 100 157 0 53 2 70 456 34 43
Binary 1110001 1000000 1101111 0 101011 10 111000 100101110 11100 100011

Color Harmonies of #71406F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71406F

Black with #71406F

Text Example


Text Example

White with #71406F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71406F; }

 p { color: rgb(113,64,111); }

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

background-color css

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

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

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

border-color css

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

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

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