Html Css Color HEX #71486D Eminence

📋 copy color: '#71486D'

red 113 ◦ green 72 ◦ blue 109

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

Shades of Eminence #71486D

Tints of Eminence #71486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.49%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 38.44%
G = 24.49%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71486D (or 0x71486D) is known color: Eminence. HEX triplet: 71, 48 and 6D. RGB value is (113,72,109). Sum of RGB (Red+Green+Blue) = 113+72+109=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71486D is #8EB792. Grayscale: #585858. Windows color (decimal): -9353107 or 7161969. OLE color: 7161969.

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

Color convert

RGB 113 72 109 -
CMYK 0 0.36 0.04 0.56
HSL 305.85º 0.22% 0.36% -
HSV(B) 305.85º 0.36% 0.44% -
XYZ 11.89 9.25 15.63 -
YUV 88.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 113 72 109 0 0.36 0.04 0.56 305.85 0.22 0.36
Hex 71 48 6D 0 24 4 38 132 16 24
Octal 161 110 155 0 44 4 70 462 26 44
Binary 1110001 1001000 1101101 0 100100 100 111000 100110010 10110 100100

Color Harmonies of #71486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71486D

Black with #71486D

Text Example


Text Example

White with #71486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71486D; }

 p { color: rgb(113,72,109); }

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

background-color css

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

 a { background-color: rgb(113,72,109); }

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

border-color css

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

 span { border-color: rgb(113,72,109); }

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