Html Css Color HEX #71397C Eminence

📋 copy color: '#71397C'

red 113 ◦ green 57 ◦ blue 124

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

Shades of Eminence #71397C

Tints of Eminence #71397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.39%

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

R = 38.44%
G = 19.39%
B = 42.18%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71397C (or 0x71397C) is known color: Eminence. HEX triplet: 71, 39 and 7C. RGB value is (113,57,124). Sum of RGB (Red+Green+Blue) = 113+57+124=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #71397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71397C is #8EC683. Grayscale: #515151. Windows color (decimal): -9356932 or 8141169. OLE color: 8141169.

HSL color Cylindrical-coordinate representation of color #71397C: hue angle of 290.15º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71397C is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 57 124 -
CMYK 0.09 0.54 0 0.51
HSL 290.15º 0.37% 0.35% -
HSV(B) 290.15º 0.54% 0.49% -
XYZ 11.91 7.89 19.96 -
YUV 81.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 113 57 124 0.09 0.54 0 0.51 290.15 0.37 0.35
Hex 71 39 7C 9 36 0 33 122 25 23
Octal 161 71 174 11 66 0 63 442 45 43
Binary 1110001 111001 1111100 1001 110110 0 110011 100100010 100101 100011

Color Harmonies of #71397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71397C

Black with #71397C

Text Example


Text Example

White with #71397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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