Html Css Color HEX #711E73 Seance

📋 copy color: '#711E73'

red 113 ◦ green 30 ◦ blue 115

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

Shades of Seance #711E73

Tints of Seance #711E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 43.8%
G = 11.63%
B = 44.57%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711E73 (or 0x711E73) is known color: Seance. HEX triplet: 71, 1E and 73. RGB value is (113,30,115). Sum of RGB (Red+Green+Blue) = 113+30+115=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #711E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E73 is #8EE18C. Grayscale: #404040. Windows color (decimal): -9363853 or 7544433. OLE color: 7544433.

HSL color Cylindrical-coordinate representation of color #711E73: hue angle of 298.59º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #711E73 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 30 115 -
CMYK 0.02 0.74 0 0.55
HSL 298.59º 0.59% 0.28% -
HSV(B) 298.59º 0.74% 0.45% -
XYZ 10.37 5.68 16.77 -
YUV 64.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 113 30 115 0.02 0.74 0 0.55 298.59 0.59 0.28
Hex 71 1E 73 2 4A 0 37 12B 3B 1C
Octal 161 36 163 2 112 0 67 453 73 34
Binary 1110001 11110 1110011 10 1001010 0 110111 100101011 111011 11100

Color Harmonies of #711E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E73

Black with #711E73

Text Example


Text Example

White with #711E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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