Html Css Color HEX #71377E Eminence

📋 copy color: '#71377E'

red 113 ◦ green 55 ◦ blue 126

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

Shades of Eminence #71377E

Tints of Eminence #71377E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

 BLUE value IS 126 (49.61% from 255) = 42.86%

R = 38.44%
G = 18.71%
B = 42.86%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71377E (or 0x71377E) is known color: Eminence. HEX triplet: 71, 37 and 7E. RGB value is (113,55,126). Sum of RGB (Red+Green+Blue) = 113+55+126=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #71377E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71377E is #8EC881. Grayscale: #505050. Windows color (decimal): -9357442 or 8271729. OLE color: 8271729.

HSL color Cylindrical-coordinate representation of color #71377E: hue angle of 289.01º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71377E is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 55 126 -
CMYK 0.10 0.56 0 0.51
HSL 289.01º 0.39% 0.35% -
HSV(B) 289.01º 0.56% 0.49% -
XYZ 11.94 7.75 20.61 -
YUV 80.44 153.72 151.23 -
System Red Green Blue C M Y K H S L
Decimal 113 55 126 0.10 0.56 0 0.51 289.01 0.39 0.35
Hex 71 37 7E A 38 0 33 121 27 23
Octal 161 67 176 12 70 0 63 441 47 43
Binary 1110001 110111 1111110 1010 111000 0 110011 100100001 100111 100011

Color Harmonies of #71377E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71377E

Black with #71377E

Text Example


Text Example

White with #71377E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71377E; }

 p { color: rgb(113,55,126); }

 H1.HeaderClassName
 {
   color: #71377E;
 }
 .AnyTagClassName
 {
   color: #71377E;
 }
</style>

background-color css

<style>
 a { background-color: #71377E; }

 a { background-color: rgb(113,55,126); }

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

border-color css

<style>
 span { border-color: #71377E; }

 span { border-color: rgb(113,55,126); }

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