Html Css Color HEX #713075 Eminence

📋 copy color: '#713075'

red 113 ◦ green 48 ◦ blue 117

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

Shades of Eminence #713075

Tints of Eminence #713075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.09%

R = 40.65%
G = 17.27%
B = 42.09%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#713075 (or 0x713075) is known color: Eminence. HEX triplet: 71, 30 and 75. RGB value is (113,48,117). Sum of RGB (Red+Green+Blue) = 113+48+117=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #713075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713075 is #8ECF8A. Grayscale: #4B4B4B. Windows color (decimal): -9359243 or 7680113. OLE color: 7680113.

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

Color convert

RGB 113 48 117 -
CMYK 0.03 0.59 0 0.54
HSL 296.52º 0.42% 0.32% -
HSV(B) 296.52º 0.59% 0.46% -
XYZ 11.08 6.91 17.58 -
YUV 75.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 113 48 117 0.03 0.59 0 0.54 296.52 0.42 0.32
Hex 71 30 75 3 3B 0 36 129 2A 20
Octal 161 60 165 3 73 0 66 451 52 40
Binary 1110001 110000 1110101 11 111011 0 110110 100101001 101010 100000

Color Harmonies of #713075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713075

Black with #713075

Text Example


Text Example

White with #713075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713075; }

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

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

background-color css

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

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

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

border-color css

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

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

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