Html Css Color HEX #713071 Seance

📋 copy color: '#713071'

red 113 ◦ green 48 ◦ blue 113

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

Shades of Seance #713071

Tints of Seance #713071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

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

R = 41.24%
G = 17.52%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#713071 (or 0x713071) is known color: Seance. HEX triplet: 71, 30 and 71. RGB value is (113,48,113). Sum of RGB (Red+Green+Blue) = 113+48+113=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #713071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713071 is #8ECF8E. Grayscale: #4A4A4A. Windows color (decimal): -9359247 or 7417969. OLE color: 7417969.

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

Color convert

RGB 113 48 113 -
CMYK 0 0.58 0 0.56
HSL 300º 0.4% 0.32% -
HSV(B) 300º 0.58% 0.44% -
XYZ 10.85 6.82 16.37 -
YUV 74.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 113 48 113 0 0.58 0 0.56 300 0.4 0.32
Hex 71 30 71 0 3A 0 38 12C 28 20
Octal 161 60 161 0 72 0 70 454 50 40
Binary 1110001 110000 1110001 0 111010 0 111000 100101100 101000 100000

Color Harmonies of #713071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713071

Black with #713071

Text Example


Text Example

White with #713071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713071; }

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

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

background-color css

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

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

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

border-color css

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

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

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