Html Css Color HEX #713374 Eminence

📋 copy color: '#713374'

red 113 ◦ green 51 ◦ blue 116

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

Shades of Eminence #713374

Tints of Eminence #713374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.21%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 40.36%
G = 18.21%
B = 41.43%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#713374 (or 0x713374) is known color: Eminence. HEX triplet: 71, 33 and 74. RGB value is (113,51,116). Sum of RGB (Red+Green+Blue) = 113+51+116=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #713374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713374 is #8ECC8B. Grayscale: #4C4C4C. Windows color (decimal): -9358476 or 7615345. OLE color: 7615345.

HSL color Cylindrical-coordinate representation of color #713374: hue angle of 297.23º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713374 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 51 116 -
CMYK 0.03 0.56 0 0.55
HSL 297.23º 0.39% 0.33% -
HSV(B) 297.23º 0.56% 0.45% -
XYZ 11.15 7.14 17.31 -
YUV 76.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 113 51 116 0.03 0.56 0 0.55 297.23 0.39 0.33
Hex 71 33 74 3 38 0 37 129 27 21
Octal 161 63 164 3 70 0 67 451 47 41
Binary 1110001 110011 1110100 11 111000 0 110111 100101001 100111 100001

Color Harmonies of #713374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713374

Black with #713374

Text Example


Text Example

White with #713374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713374; }

 p { color: rgb(113,51,116); }

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

background-color css

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

 a { background-color: rgb(113,51,116); }

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

border-color css

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

 span { border-color: rgb(113,51,116); }

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