Html Css Color HEX #71387F Eminence

📋 copy color: '#71387F'

red 113 ◦ green 56 ◦ blue 127

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

Shades of Eminence #71387F

Tints of Eminence #71387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

 BLUE value IS 127 (50% from 255) = 42.91%

R = 38.18%
G = 18.92%
B = 42.91%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71387F (or 0x71387F) is known color: Eminence. HEX triplet: 71, 38 and 7F. RGB value is (113,56,127). Sum of RGB (Red+Green+Blue) = 113+56+127=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #71387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71387F is #8EC780. Grayscale: #505050. Windows color (decimal): -9357185 or 8337521. OLE color: 8337521.

HSL color Cylindrical-coordinate representation of color #71387F: hue angle of 288.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71387F is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 56 127 -
CMYK 0.11 0.56 0 0.50
HSL 288.17º 0.39% 0.36% -
HSV(B) 288.17º 0.56% 0.5% -
XYZ 12.05 7.87 20.96 -
YUV 81.14 153.88 150.73 -
System Red Green Blue C M Y K H S L
Decimal 113 56 127 0.11 0.56 0 0.50 288.17 0.39 0.36
Hex 71 38 7F B 38 0 32 120 27 24
Octal 161 70 177 13 70 0 62 440 47 44
Binary 1110001 111000 1111111 1011 111000 0 110010 100100000 100111 100100

Color Harmonies of #71387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71387F

Black with #71387F

Text Example


Text Example

White with #71387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,56,127); }

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

background-color css

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

 a { background-color: rgb(113,56,127); }

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

border-color css

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

 span { border-color: rgb(113,56,127); }

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