Html Css Color HEX #711B73 Seance

📋 copy color: '#711B73'

red 113 ◦ green 27 ◦ blue 115

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

Shades of Seance #711B73

Tints of Seance #711B73

RGB

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

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

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

R = 44.31%
G = 10.59%
B = 45.1%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#711B73 (or 0x711B73) is known color: Seance. HEX triplet: 71, 1B and 73. RGB value is (113,27,115). Sum of RGB (Red+Green+Blue) = 113+27+115=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #711B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B73 is #8EE48C. Grayscale: #3E3E3E. Windows color (decimal): -9364621 or 7543665. OLE color: 7543665.

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

Color convert

RGB 113 27 115 -
CMYK 0.02 0.77 0 0.55
HSL 298.64º 0.62% 0.28% -
HSV(B) 298.64º 0.77% 0.45% -
XYZ 10.3 5.53 16.74 -
YUV 62.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 113 27 115 0.02 0.77 0 0.55 298.64 0.62 0.28
Hex 71 1B 73 2 4D 0 37 12B 3E 1C
Octal 161 33 163 2 115 0 67 453 76 34
Binary 1110001 11011 1110011 10 1001101 0 110111 100101011 111110 11100

Color Harmonies of #711B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B73

Black with #711B73

Text Example


Text Example

White with #711B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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