Html Css Color HEX #713076 Eminence

📋 copy color: '#713076'

red 113 ◦ green 48 ◦ blue 118

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

Shades of Eminence #713076

Tints of Eminence #713076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 40.5%
G = 17.2%
B = 42.29%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713076 (or 0x713076) is known color: Eminence. HEX triplet: 71, 30 and 76. RGB value is (113,48,118). Sum of RGB (Red+Green+Blue) = 113+48+118=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #713076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713076 is #8ECF89. Grayscale: #4B4B4B. Windows color (decimal): -9359242 or 7745649. OLE color: 7745649.

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

Color convert

RGB 113 48 118 -
CMYK 0.04 0.59 0 0.54
HSL 295.71º 0.42% 0.33% -
HSV(B) 295.71º 0.59% 0.46% -
XYZ 11.14 6.93 17.89 -
YUV 75.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 113 48 118 0.04 0.59 0 0.54 295.71 0.42 0.33
Hex 71 30 76 4 3B 0 36 128 2A 21
Octal 161 60 166 4 73 0 66 450 52 41
Binary 1110001 110000 1110110 100 111011 0 110110 100101000 101010 100001

Color Harmonies of #713076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713076

Black with #713076

Text Example


Text Example

White with #713076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713076; }

 p { color: rgb(113,48,118); }

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

background-color css

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

 a { background-color: rgb(113,48,118); }

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

border-color css

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

 span { border-color: rgb(113,48,118); }

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