Html Css Color HEX #711A82 Seance

📋 copy color: '#711A82'

red 113 ◦ green 26 ◦ blue 130

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

Shades of Seance #711A82

Tints of Seance #711A82

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.67%

 BLUE value IS 130 (51.17% from 255) = 48.33%

R = 42.01%
G = 9.67%
B = 48.33%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#711A82 (or 0x711A82) is known color: Seance. HEX triplet: 71, 1A and 82. RGB value is (113,26,130). Sum of RGB (Red+Green+Blue) = 113+26+130=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #711A82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711A82 is #8EE57D. Grayscale: #3F3F3F. Windows color (decimal): -9364862 or 8526449. OLE color: 8526449.

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

Color convert

RGB 113 26 130 -
CMYK 0.13 0.8 0 0.49
HSL 290.19º 0.67% 0.31% -
HSV(B) 290.19º 0.8% 0.51% -
XYZ 11.21 5.86 21.66 -
YUV 63.87 165.32 163.04 -
System Red Green Blue C M Y K H S L
Decimal 113 26 130 0.13 0.8 0 0.49 290.19 0.67 0.31
Hex 71 1A 82 D 50 0 31 122 43 1F
Octal 161 32 202 15 120 0 61 442 103 37
Binary 1110001 11010 10000010 1101 1010000 0 110001 100100010 1000011 11111

Color Harmonies of #711A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A82

Black with #711A82

Text Example


Text Example

White with #711A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,130); }

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

background-color css

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

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

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

border-color css

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

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

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