Html Css Color HEX #703271 Seance

📋 copy color: '#703271'

red 112 ◦ green 50 ◦ blue 113

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

Shades of Seance #703271

Tints of Seance #703271

RGB

 RED value IS 112 (44.14% from 255) = 40.73%

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

 BLUE value IS 113 (44.53% from 255) = 41.09%

R = 40.73%
G = 18.18%
B = 41.09%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#703271 (or 0x703271) is known color: Seance. HEX triplet: 70, 32 and 71. RGB value is (112,50,113). Sum of RGB (Red+Green+Blue) = 112+50+113=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #703271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703271 is #8FCD8E. Grayscale: #4B4B4B. Windows color (decimal): -9424271 or 7418480. OLE color: 7418480.

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

Color convert

RGB 112 50 113 -
CMYK 0.01 0.56 0 0.56
HSL 299.05º 0.39% 0.32% -
HSV(B) 299.05º 0.56% 0.44% -
XYZ 10.8 6.92 16.39 -
YUV 75.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 112 50 113 0.01 0.56 0 0.56 299.05 0.39 0.32
Hex 70 32 71 1 38 0 38 12B 27 20
Octal 160 62 161 1 70 0 70 453 47 40
Binary 1110000 110010 1110001 1 111000 0 111000 100101011 100111 100000

Color Harmonies of #703271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703271

Black with #703271

Text Example


Text Example

White with #703271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703271; }

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

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

background-color css

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

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

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

border-color css

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

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

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