Html Css Color HEX #713271 Seance

📋 copy color: '#713271'

red 113 ◦ green 50 ◦ blue 113

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

Shades of Seance #713271

Tints of Seance #713271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

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

R = 40.94%
G = 18.12%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#713271 (or 0x713271) is known color: Seance. HEX triplet: 71, 32 and 71. RGB value is (113,50,113). Sum of RGB (Red+Green+Blue) = 113+50+113=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #713271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713271 is #8ECD8E. Grayscale: #4B4B4B. Windows color (decimal): -9358735 or 7418481. OLE color: 7418481.

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

Color convert

RGB 113 50 113 -
CMYK 0 0.56 0 0.56
HSL 300º 0.39% 0.32% -
HSV(B) 300º 0.56% 0.44% -
XYZ 10.93 6.98 16.39 -
YUV 76.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 113 50 113 0 0.56 0 0.56 300 0.39 0.32
Hex 71 32 71 0 38 0 38 12C 27 20
Octal 161 62 161 0 70 0 70 454 47 40
Binary 1110001 110010 1110001 0 111000 0 111000 100101100 100111 100000

Color Harmonies of #713271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713271

Black with #713271

Text Example


Text Example

White with #713271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713271; }

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

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

background-color css

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

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

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

border-color css

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

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

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