Html Css Color HEX #711D73 Seance

📋 copy color: '#711D73'

red 113 ◦ green 29 ◦ blue 115

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

Shades of Seance #711D73

Tints of Seance #711D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

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

R = 43.97%
G = 11.28%
B = 44.75%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711D73 (or 0x711D73) is known color: Seance. HEX triplet: 71, 1D and 73. RGB value is (113,29,115). Sum of RGB (Red+Green+Blue) = 113+29+115=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #711D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D73 is #8EE28C. Grayscale: #3F3F3F. Windows color (decimal): -9364109 or 7544177. OLE color: 7544177.

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

Color convert

RGB 113 29 115 -
CMYK 0.02 0.75 0 0.55
HSL 298.6º 0.6% 0.28% -
HSV(B) 298.6º 0.75% 0.45% -
XYZ 10.34 5.63 16.76 -
YUV 63.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 113 29 115 0.02 0.75 0 0.55 298.6 0.6 0.28
Hex 71 1D 73 2 4B 0 37 12B 3C 1C
Octal 161 35 163 2 113 0 67 453 74 34
Binary 1110001 11101 1110011 10 1001011 0 110111 100101011 111100 11100

Color Harmonies of #711D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D73

Black with #711D73

Text Example


Text Example

White with #711D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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