Html Css Color HEX #711D72 Seance

📋 copy color: '#711D72'

red 113 ◦ green 29 ◦ blue 114

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

Shades of Seance #711D72

Tints of Seance #711D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 44.14%
G = 11.33%
B = 44.53%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711D72 (or 0x711D72) is known color: Seance. HEX triplet: 71, 1D and 72. RGB value is (113,29,114). Sum of RGB (Red+Green+Blue) = 113+29+114=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #711D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D72 is #8EE28D. Grayscale: #3F3F3F. Windows color (decimal): -9364110 or 7478641. OLE color: 7478641.

HSL color Cylindrical-coordinate representation of color #711D72: hue angle of 299.29º degrees, saturation: 0.59, 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 #711D72 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 29 114 -
CMYK 0.01 0.75 0 0.55
HSL 299.29º 0.59% 0.28% -
HSV(B) 299.29º 0.75% 0.45% -
XYZ 10.29 5.6 16.46 -
YUV 63.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 113 29 114 0.01 0.75 0 0.55 299.29 0.59 0.28
Hex 71 1D 72 1 4B 0 37 12B 3B 1C
Octal 161 35 162 1 113 0 67 453 73 34
Binary 1110001 11101 1110010 1 1001011 0 110111 100101011 111011 11100

Color Harmonies of #711D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D72

Black with #711D72

Text Example


Text Example

White with #711D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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