Html Css Color HEX #713173 Seance

📋 copy color: '#713173'

red 113 ◦ green 49 ◦ blue 115

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

Shades of Seance #713173

Tints of Seance #713173

RGB

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

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

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

R = 40.79%
G = 17.69%
B = 41.52%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#713173 (or 0x713173) is known color: Seance. HEX triplet: 71, 31 and 73. RGB value is (113,49,115). Sum of RGB (Red+Green+Blue) = 113+49+115=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #713173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713173 is #8ECE8C. Grayscale: #4B4B4B. Windows color (decimal): -9358989 or 7549297. OLE color: 7549297.

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

Color convert

RGB 113 49 115 -
CMYK 0.02 0.57 0 0.55
HSL 298.18º 0.4% 0.32% -
HSV(B) 298.18º 0.57% 0.45% -
XYZ 11 6.95 16.98 -
YUV 75.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 113 49 115 0.02 0.57 0 0.55 298.18 0.4 0.32
Hex 71 31 73 2 39 0 37 12A 28 20
Octal 161 61 163 2 71 0 67 452 50 40
Binary 1110001 110001 1110011 10 111001 0 110111 100101010 101000 100000

Color Harmonies of #713173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713173

Black with #713173

Text Example


Text Example

White with #713173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713173; }

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

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

background-color css

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

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

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

border-color css

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

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

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