Html Css Color HEX #711E81 Seance

📋 copy color: '#711E81'

red 113 ◦ green 30 ◦ blue 129

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

Shades of Seance #711E81

Tints of Seance #711E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.03%

 BLUE value IS 129 (50.78% from 255) = 47.43%

R = 41.54%
G = 11.03%
B = 47.43%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711E81 (or 0x711E81) is known color: Seance. HEX triplet: 71, 1E and 81. RGB value is (113,30,129). Sum of RGB (Red+Green+Blue) = 113+30+129=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #711E81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711E81 is #8EE17E. Grayscale: #414141. Windows color (decimal): -9363839 or 8461937. OLE color: 8461937.

HSL color Cylindrical-coordinate representation of color #711E81: hue angle of 290.3º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711E81 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 30 129 -
CMYK 0.12 0.77 0 0.49
HSL 290.3º 0.62% 0.31% -
HSV(B) 290.3º 0.77% 0.51% -
XYZ 11.24 6.02 21.34 -
YUV 66.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 113 30 129 0.12 0.77 0 0.49 290.3 0.62 0.31
Hex 71 1E 81 C 4D 0 31 122 3E 1F
Octal 161 36 201 14 115 0 61 442 76 37
Binary 1110001 11110 10000001 1100 1001101 0 110001 100100010 111110 11111

Color Harmonies of #711E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E81

Black with #711E81

Text Example


Text Example

White with #711E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711E81; }

 p { color: rgb(113,30,129); }

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

background-color css

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

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

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

border-color css

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

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

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