Html Css Color HEX #713473 Eminence

📋 copy color: '#713473'

red 113 ◦ green 52 ◦ blue 115

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

Shades of Eminence #713473

Tints of Eminence #713473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 40.36%
G = 18.57%
B = 41.07%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#713473 (or 0x713473) is known color: Eminence. HEX triplet: 71, 34 and 73. RGB value is (113,52,115). Sum of RGB (Red+Green+Blue) = 113+52+115=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #713473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713473 is #8ECB8C. Grayscale: #4D4D4D. Windows color (decimal): -9358221 or 7550065. OLE color: 7550065.

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

Color convert

RGB 113 52 115 -
CMYK 0.02 0.55 0 0.55
HSL 298.1º 0.38% 0.33% -
HSV(B) 298.1º 0.55% 0.45% -
XYZ 11.13 7.2 17.02 -
YUV 77.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 113 52 115 0.02 0.55 0 0.55 298.1 0.38 0.33
Hex 71 34 73 2 37 0 37 12A 26 21
Octal 161 64 163 2 67 0 67 452 46 41
Binary 1110001 110100 1110011 10 110111 0 110111 100101010 100110 100001

Color Harmonies of #713473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713473

Black with #713473

Text Example


Text Example

White with #713473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713473; }

 p { color: rgb(113,52,115); }

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

background-color css

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

 a { background-color: rgb(113,52,115); }

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

border-color css

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

 span { border-color: rgb(113,52,115); }

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