Html Css Color HEX #711E80 Seance

📋 copy color: '#711E80'

red 113 ◦ green 30 ◦ blue 128

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

Shades of Seance #711E80

Tints of Seance #711E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 41.7%
G = 11.07%
B = 47.23%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#711E80 (or 0x711E80) is known color: Seance. HEX triplet: 71, 1E and 80. RGB value is (113,30,128). Sum of RGB (Red+Green+Blue) = 113+30+128=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #711E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711E80 is #8EE17F. Grayscale: #414141. Windows color (decimal): -9363840 or 8396401. OLE color: 8396401.

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

Color convert

RGB 113 30 128 -
CMYK 0.12 0.77 0 0.50
HSL 290.82º 0.62% 0.31% -
HSV(B) 290.82º 0.77% 0.5% -
XYZ 11.17 6 20.99 -
YUV 65.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 113 30 128 0.12 0.77 0 0.50 290.82 0.62 0.31
Hex 71 1E 80 C 4D 0 32 123 3E 1F
Octal 161 36 200 14 115 0 62 443 76 37
Binary 1110001 11110 10000000 1100 1001101 0 110010 100100011 111110 11111

Color Harmonies of #711E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E80

Black with #711E80

Text Example


Text Example

White with #711E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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