Html Css Color HEX #71406B Eminence

📋 copy color: '#71406B'

red 113 ◦ green 64 ◦ blue 107

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

Shades of Eminence #71406B

Tints of Eminence #71406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 39.79%
G = 22.54%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71406B (or 0x71406B) is known color: Eminence. HEX triplet: 71, 40 and 6B. RGB value is (113,64,107). Sum of RGB (Red+Green+Blue) = 113+64+107=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #71406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71406B is #8EBF94. Grayscale: #535353. Windows color (decimal): -9355157 or 7028849. OLE color: 7028849.

HSL color Cylindrical-coordinate representation of color #71406B: hue angle of 307.35º 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 #71406B is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 107 -
CMYK 0 0.43 0.05 0.56
HSL 307.35º 0.28% 0.35% -
HSV(B) 307.35º 0.43% 0.44% -
XYZ 11.3 8.24 14.9 -
YUV 83.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 113 64 107 0 0.43 0.05 0.56 307.35 0.28 0.35
Hex 71 40 6B 0 2B 5 38 133 1C 23
Octal 161 100 153 0 53 5 70 463 34 43
Binary 1110001 1000000 1101011 0 101011 101 111000 100110011 11100 100011

Color Harmonies of #71406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71406B

Black with #71406B

Text Example


Text Example

White with #71406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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