Html Css Color HEX #711C73 Seance

📋 copy color: '#711C73'

red 113 ◦ green 28 ◦ blue 115

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

Shades of Seance #711C73

Tints of Seance #711C73

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

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

R = 44.14%
G = 10.94%
B = 44.92%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711C73 (or 0x711C73) is known color: Seance. HEX triplet: 71, 1C and 73. RGB value is (113,28,115). Sum of RGB (Red+Green+Blue) = 113+28+115=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #711C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C73 is #8EE38C. Grayscale: #3F3F3F. Windows color (decimal): -9364365 or 7543921. OLE color: 7543921.

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

Color convert

RGB 113 28 115 -
CMYK 0.02 0.76 0 0.55
HSL 298.62º 0.61% 0.28% -
HSV(B) 298.62º 0.76% 0.45% -
XYZ 10.32 5.58 16.75 -
YUV 63.33 157.16 163.43 -
System Red Green Blue C M Y K H S L
Decimal 113 28 115 0.02 0.76 0 0.55 298.62 0.61 0.28
Hex 71 1C 73 2 4C 0 37 12B 3D 1C
Octal 161 34 163 2 114 0 67 453 75 34
Binary 1110001 11100 1110011 10 1001100 0 110111 100101011 111101 11100

Color Harmonies of #711C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C73

Black with #711C73

Text Example


Text Example

White with #711C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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