Html Css Color HEX #711B72 Seance

📋 copy color: '#711B72'

red 113 ◦ green 27 ◦ blue 114

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

Shades of Seance #711B72

Tints of Seance #711B72

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.63%

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

R = 44.49%
G = 10.63%
B = 44.88%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711B72 (or 0x711B72) is known color: Seance. HEX triplet: 71, 1B and 72. RGB value is (113,27,114). Sum of RGB (Red+Green+Blue) = 113+27+114=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #711B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B72 is #8EE48D. Grayscale: #3E3E3E. Windows color (decimal): -9364622 or 7478129. OLE color: 7478129.

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

Color convert

RGB 113 27 114 -
CMYK 0.01 0.76 0 0.55
HSL 299.31º 0.62% 0.28% -
HSV(B) 299.31º 0.76% 0.45% -
XYZ 10.24 5.51 16.44 -
YUV 62.63 156.99 163.93 -
System Red Green Blue C M Y K H S L
Decimal 113 27 114 0.01 0.76 0 0.55 299.31 0.62 0.28
Hex 71 1B 72 1 4C 0 37 12B 3E 1C
Octal 161 33 162 1 114 0 67 453 76 34
Binary 1110001 11011 1110010 1 1001100 0 110111 100101011 111110 11100

Color Harmonies of #711B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B72

Black with #711B72

Text Example


Text Example

White with #711B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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