Html Css Color HEX #71377C Eminence

📋 copy color: '#71377C'

red 113 ◦ green 55 ◦ blue 124

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

Shades of Eminence #71377C

Tints of Eminence #71377C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.47%

R = 38.7%
G = 18.84%
B = 42.47%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71377C (or 0x71377C) is known color: Eminence. HEX triplet: 71, 37 and 7C. RGB value is (113,55,124). Sum of RGB (Red+Green+Blue) = 113+55+124=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #71377C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71377C is #8EC883. Grayscale: #4F4F4F. Windows color (decimal): -9357444 or 8140657. OLE color: 8140657.

HSL color Cylindrical-coordinate representation of color #71377C: hue angle of 290.43º 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 #71377C is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 55 124 -
CMYK 0.09 0.56 0 0.51
HSL 290.43º 0.39% 0.35% -
HSV(B) 290.43º 0.56% 0.49% -
XYZ 11.81 7.7 19.93 -
YUV 80.21 152.72 151.39 -
System Red Green Blue C M Y K H S L
Decimal 113 55 124 0.09 0.56 0 0.51 290.43 0.39 0.35
Hex 71 37 7C 9 38 0 33 122 27 23
Octal 161 67 174 11 70 0 63 442 47 43
Binary 1110001 110111 1111100 1001 111000 0 110011 100100010 100111 100011

Color Harmonies of #71377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71377C

Black with #71377C

Text Example


Text Example

White with #71377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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