Html Css Color HEX #713471 Eminence

📋 copy color: '#713471'

red 113 ◦ green 52 ◦ blue 113

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

Shades of Eminence #713471

Tints of Eminence #713471

RGB

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

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

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

R = 40.65%
G = 18.71%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#713471 (or 0x713471) is known color: Eminence. HEX triplet: 71, 34 and 71. RGB value is (113,52,113). Sum of RGB (Red+Green+Blue) = 113+52+113=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #713471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713471 is #8ECB8E. Grayscale: #4D4D4D. Windows color (decimal): -9358223 or 7418993. OLE color: 7418993.

HSL color Cylindrical-coordinate representation of color #713471: hue angle of 300º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #713471 is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 113 -
CMYK 0 0.54 0 0.56
HSL 300º 0.37% 0.32% -
HSV(B) 300º 0.54% 0.44% -
XYZ 11.02 7.16 16.42 -
YUV 77.19 148.21 153.54 -
System Red Green Blue C M Y K H S L
Decimal 113 52 113 0 0.54 0 0.56 300 0.37 0.32
Hex 71 34 71 0 36 0 38 12C 25 20
Octal 161 64 161 0 66 0 70 454 45 40
Binary 1110001 110100 1110001 0 110110 0 111000 100101100 100101 100000

Color Harmonies of #713471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713471

Black with #713471

Text Example


Text Example

White with #713471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713471; }

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

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

background-color css

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

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

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

border-color css

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

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

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