Html Css Color HEX #71317D Eminence

📋 copy color: '#71317D'

red 113 ◦ green 49 ◦ blue 125

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

Shades of Eminence #71317D

Tints of Eminence #71317D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.07%

 BLUE value IS 125 (49.22% from 255) = 43.55%

R = 39.37%
G = 17.07%
B = 43.55%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71317D (or 0x71317D) is known color: Eminence. HEX triplet: 71, 31 and 7D. RGB value is (113,49,125). Sum of RGB (Red+Green+Blue) = 113+49+125=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #71317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71317D is #8ECE82. Grayscale: #4C4C4C. Windows color (decimal): -9358979 or 8204657. OLE color: 8204657.

HSL color Cylindrical-coordinate representation of color #71317D: hue angle of 290.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #71317D is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 49 125 -
CMYK 0.10 0.61 0 0.51
HSL 290.53º 0.44% 0.34% -
HSV(B) 290.53º 0.61% 0.49% -
XYZ 11.61 7.19 20.18 -
YUV 76.8 155.2 153.82 -
System Red Green Blue C M Y K H S L
Decimal 113 49 125 0.10 0.61 0 0.51 290.53 0.44 0.34
Hex 71 31 7D A 3D 0 33 123 2C 22
Octal 161 61 175 12 75 0 63 443 54 42
Binary 1110001 110001 1111101 1010 111101 0 110011 100100011 101100 100010

Color Harmonies of #71317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71317D

Black with #71317D

Text Example


Text Example

White with #71317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71317D; }

 p { color: rgb(113,49,125); }

 H1.HeaderClassName
 {
   color: #71317D;
 }
 .AnyTagClassName
 {
   color: #71317D;
 }
</style>

background-color css

<style>
 a { background-color: #71317D; }

 a { background-color: rgb(113,49,125); }

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

border-color css

<style>
 span { border-color: #71317D; }

 span { border-color: rgb(113,49,125); }

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