Html Css Color HEX #713178 Eminence

📋 copy color: '#713178'

red 113 ◦ green 49 ◦ blue 120

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

Shades of Eminence #713178

Tints of Eminence #713178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 42.55%

R = 40.07%
G = 17.38%
B = 42.55%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#713178 (or 0x713178) is known color: Eminence. HEX triplet: 71, 31 and 78. RGB value is (113,49,120). Sum of RGB (Red+Green+Blue) = 113+49+120=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 120 - color contains mainly: blue. Hex color #713178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713178 is #8ECE87. Grayscale: #4C4C4C. Windows color (decimal): -9358984 or 7876977. OLE color: 7876977.

HSL color Cylindrical-coordinate representation of color #713178: hue angle of 294.08º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #713178 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 49 120 -
CMYK 0.06 0.59 0 0.53
HSL 294.08º 0.42% 0.33% -
HSV(B) 294.08º 0.59% 0.47% -
XYZ 11.3 7.06 18.54 -
YUV 76.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 113 49 120 0.06 0.59 0 0.53 294.08 0.42 0.33
Hex 71 31 78 6 3B 0 35 126 2A 21
Octal 161 61 170 6 73 0 65 446 52 41
Binary 1110001 110001 1111000 110 111011 0 110101 100100110 101010 100001

Color Harmonies of #713178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713178

Black with #713178

Text Example


Text Example

White with #713178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713178; }

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

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

background-color css

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

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

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

border-color css

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

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

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