Html Css Color HEX #713170 Seance

📋 copy color: '#713170'

red 113 ◦ green 49 ◦ blue 112

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

Shades of Seance #713170

Tints of Seance #713170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 41.24%
G = 17.88%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#713170 (or 0x713170) is known color: Seance. HEX triplet: 71, 31 and 70. RGB value is (113,49,112). Sum of RGB (Red+Green+Blue) = 113+49+112=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #713170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713170 is #8ECE8F. Grayscale: #4B4B4B. Windows color (decimal): -9358992 or 7352689. OLE color: 7352689.

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

Color convert

RGB 113 49 112 -
CMYK 0 0.57 0.01 0.56
HSL 300.94º 0.4% 0.32% -
HSV(B) 300.94º 0.57% 0.44% -
XYZ 10.83 6.88 16.09 -
YUV 75.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 113 49 112 0 0.57 0.01 0.56 300.94 0.4 0.32
Hex 71 31 70 0 39 1 38 12D 28 20
Octal 161 61 160 0 71 1 70 455 50 40
Binary 1110001 110001 1110000 0 111001 1 111000 100101101 101000 100000

Color Harmonies of #713170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713170

Black with #713170

Text Example


Text Example

White with #713170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713170; }

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

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

background-color css

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

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

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

border-color css

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

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

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