Html Css Color HEX #713570 Eminence

📋 copy color: '#713570'

red 113 ◦ green 53 ◦ blue 112

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

Shades of Eminence #713570

Tints of Eminence #713570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 40.65%
G = 19.06%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#713570 (or 0x713570) is known color: Eminence. HEX triplet: 71, 35 and 70. RGB value is (113,53,112). Sum of RGB (Red+Green+Blue) = 113+53+112=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #713570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713570 is #8ECA8F. Grayscale: #4D4D4D. Windows color (decimal): -9357968 or 7353713. OLE color: 7353713.

HSL color Cylindrical-coordinate representation of color #713570: hue angle of 301º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713570 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 112 -
CMYK 0 0.53 0.01 0.56
HSL 301º 0.36% 0.33% -
HSV(B) 301º 0.53% 0.44% -
XYZ 11.01 7.23 16.14 -
YUV 77.67 147.38 153.2 -
System Red Green Blue C M Y K H S L
Decimal 113 53 112 0 0.53 0.01 0.56 301 0.36 0.33
Hex 71 35 70 0 35 1 38 12D 24 21
Octal 161 65 160 0 65 1 70 455 44 41
Binary 1110001 110101 1110000 0 110101 1 111000 100101101 100100 100001

Color Harmonies of #713570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713570

Black with #713570

Text Example


Text Example

White with #713570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713570; }

 p { color: rgb(113,53,112); }

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

background-color css

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

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

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

border-color css

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

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

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