Html Css Color HEX #71326F Seance

📋 copy color: '#71326F'

red 113 ◦ green 50 ◦ blue 111

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

Shades of Seance #71326F

Tints of Seance #71326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.25%

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 41.24%
G = 18.25%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#71326F (or 0x71326F) is known color: Seance. HEX triplet: 71, 32 and 6F. RGB value is (113,50,111). Sum of RGB (Red+Green+Blue) = 113+50+111=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71326F is #8ECD90. Grayscale: #4B4B4B. Windows color (decimal): -9358737 or 7287409. OLE color: 7287409.

HSL color Cylindrical-coordinate representation of color #71326F: hue angle of 301.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71326F is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 111 -
CMYK 0 0.56 0.02 0.56
HSL 301.9º 0.39% 0.32% -
HSV(B) 301.9º 0.56% 0.44% -
XYZ 10.82 6.94 15.81 -
YUV 75.79 147.87 154.54 -
System Red Green Blue C M Y K H S L
Decimal 113 50 111 0 0.56 0.02 0.56 301.9 0.39 0.32
Hex 71 32 6F 0 38 2 38 12E 27 20
Octal 161 62 157 0 70 2 70 456 47 40
Binary 1110001 110010 1101111 0 111000 10 111000 100101110 100111 100000

Color Harmonies of #71326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71326F

Black with #71326F

Text Example


Text Example

White with #71326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71326F; }

 p { color: rgb(113,50,111); }

 H1.HeaderClassName
 {
   color: #71326F;
 }
 .AnyTagClassName
 {
   color: #71326F;
 }
</style>

background-color css

<style>
 a { background-color: #71326F; }

 a { background-color: rgb(113,50,111); }

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

border-color css

<style>
 span { border-color: #71326F; }

 span { border-color: rgb(113,50,111); }

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