Html Css Color HEX #712171 Seance

📋 copy color: '#712171'

red 113 ◦ green 33 ◦ blue 113

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

Shades of Seance #712171

Tints of Seance #712171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

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

R = 43.63%
G = 12.74%
B = 43.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#712171 (or 0x712171) is known color: Seance. HEX triplet: 71, 21 and 71. RGB value is (113,33,113). Sum of RGB (Red+Green+Blue) = 113+33+113=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #712171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712171 is #8EDE8E. Grayscale: #414141. Windows color (decimal): -9363087 or 7414129. OLE color: 7414129.

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

Color convert

RGB 113 33 113 -
CMYK 0 0.71 0 0.56
HSL 300º 0.55% 0.29% -
HSV(B) 300º 0.71% 0.44% -
XYZ 10.33 5.79 16.2 -
YUV 66.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 113 33 113 0 0.71 0 0.56 300 0.55 0.29
Hex 71 21 71 0 47 0 38 12C 37 1D
Octal 161 41 161 0 107 0 70 454 67 35
Binary 1110001 100001 1110001 0 1000111 0 111000 100101100 110111 11101

Color Harmonies of #712171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712171

Black with #712171

Text Example


Text Example

White with #712171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712171; }

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

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

background-color css

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

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

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

border-color css

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

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

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