Html Css Color HEX #71326B Seance

📋 copy color: '#71326B'

red 113 ◦ green 50 ◦ blue 107

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

Shades of Seance #71326B

Tints of Seance #71326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 41.85%
G = 18.52%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#71326B (or 0x71326B) is known color: Seance. HEX triplet: 71, 32 and 6B. RGB value is (113,50,107). Sum of RGB (Red+Green+Blue) = 113+50+107=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 113 - color contains mainly: red. Hex color #71326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71326B is #8ECD94. Grayscale: #4B4B4B. Windows color (decimal): -9358741 or 7025265. OLE color: 7025265.

HSL color Cylindrical-coordinate representation of color #71326B: hue angle of 305.71º 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 #71326B is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 50 107 -
CMYK 0 0.56 0.05 0.56
HSL 305.71º 0.39% 0.32% -
HSV(B) 305.71º 0.56% 0.44% -
XYZ 10.6 6.85 14.67 -
YUV 75.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 113 50 107 0 0.56 0.05 0.56 305.71 0.39 0.32
Hex 71 32 6B 0 38 5 38 132 27 20
Octal 161 62 153 0 70 5 70 462 47 40
Binary 1110001 110010 1101011 0 111000 101 111000 100110010 100111 100000

Color Harmonies of #71326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71326B

Black with #71326B

Text Example


Text Example

White with #71326B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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