Html Css Color HEX #71377F Eminence

📋 copy color: '#71377F'

red 113 ◦ green 55 ◦ blue 127

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

Shades of Eminence #71377F

Tints of Eminence #71377F

RGB

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

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

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

R = 38.31%
G = 18.64%
B = 43.05%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#71377F (or 0x71377F) is known color: Eminence. HEX triplet: 71, 37 and 7F. RGB value is (113,55,127). Sum of RGB (Red+Green+Blue) = 113+55+127=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #71377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71377F is #8EC880. Grayscale: #505050. Windows color (decimal): -9357441 or 8337265. OLE color: 8337265.

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

Color convert

RGB 113 55 127 -
CMYK 0.11 0.57 0 0.50
HSL 288.33º 0.4% 0.36% -
HSV(B) 288.33º 0.57% 0.5% -
XYZ 12.01 7.78 20.95 -
YUV 80.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 113 55 127 0.11 0.57 0 0.50 288.33 0.4 0.36
Hex 71 37 7F B 39 0 32 120 28 24
Octal 161 67 177 13 71 0 62 440 50 44
Binary 1110001 110111 1111111 1011 111001 0 110010 100100000 101000 100100

Color Harmonies of #71377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71377F

Black with #71377F

Text Example


Text Example

White with #71377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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