Html Css Color HEX #70316D Seance

📋 copy color: '#70316D'

red 112 ◦ green 49 ◦ blue 109

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

Shades of Seance #70316D

Tints of Seance #70316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 41.48%
G = 18.15%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70316D (or 0x70316D) is known color: Seance. HEX triplet: 70, 31 and 6D. RGB value is (112,49,109). Sum of RGB (Red+Green+Blue) = 112+49+109=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70316D is #8FCE92. Grayscale: #4A4A4A. Windows color (decimal): -9424531 or 7156080. OLE color: 7156080.

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

Color convert

RGB 112 49 109 -
CMYK 0 0.56 0.03 0.56
HSL 302.86º 0.39% 0.32% -
HSV(B) 302.86º 0.56% 0.44% -
XYZ 10.54 6.75 15.21 -
YUV 74.68 147.37 154.62 -
System Red Green Blue C M Y K H S L
Decimal 112 49 109 0 0.56 0.03 0.56 302.86 0.39 0.32
Hex 70 31 6D 0 38 3 38 12F 27 20
Octal 160 61 155 0 70 3 70 457 47 40
Binary 1110000 110001 1101101 0 111000 11 111000 100101111 100111 100000

Color Harmonies of #70316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70316D

Black with #70316D

Text Example


Text Example

White with #70316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70316D; }

 p { color: rgb(112,49,109); }

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

background-color css

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

 a { background-color: rgb(112,49,109); }

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

border-color css

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

 span { border-color: rgb(112,49,109); }

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