Html Css Color HEX #71316C Seance

📋 copy color: '#71316C'

red 113 ◦ green 49 ◦ blue 108

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

Shades of Seance #71316C

Tints of Seance #71316C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40%

R = 41.85%
G = 18.15%
B = 40%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#71316C (or 0x71316C) is known color: Seance. HEX triplet: 71, 31 and 6C. RGB value is (113,49,108). Sum of RGB (Red+Green+Blue) = 113+49+108=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #71316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71316C is #8ECE93. Grayscale: #4A4A4A. Windows color (decimal): -9358996 or 7090545. OLE color: 7090545.

HSL color Cylindrical-coordinate representation of color #71316C: hue angle of 304.69º 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 #71316C is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 108 -
CMYK 0 0.57 0.04 0.56
HSL 304.69º 0.4% 0.32% -
HSV(B) 304.69º 0.57% 0.44% -
XYZ 10.62 6.79 14.94 -
YUV 74.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 113 49 108 0 0.57 0.04 0.56 304.69 0.4 0.32
Hex 71 31 6C 0 39 4 38 131 28 20
Octal 161 61 154 0 71 4 70 461 50 40
Binary 1110001 110001 1101100 0 111001 100 111000 100110001 101000 100000

Color Harmonies of #71316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71316C

Black with #71316C

Text Example


Text Example

White with #71316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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