Html Css Color HEX #70396B Seance

📋 copy color: '#70396B'

red 112 ◦ green 57 ◦ blue 107

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

Shades of Seance #70396B

Tints of Seance #70396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

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

R = 40.58%
G = 20.65%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70396B (or 0x70396B) is known color: Seance. HEX triplet: 70, 39 and 6B. RGB value is (112,57,107). Sum of RGB (Red+Green+Blue) = 112+57+107=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #70396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70396B is #8FC694. Grayscale: #4E4E4E. Windows color (decimal): -9422485 or 7027056. OLE color: 7027056.

HSL color Cylindrical-coordinate representation of color #70396B: hue angle of 305.45º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70396B is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 107 -
CMYK 0 0.49 0.04 0.56
HSL 305.45º 0.33% 0.33% -
HSV(B) 305.45º 0.49% 0.44% -
XYZ 10.8 7.43 14.78 -
YUV 79.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 112 57 107 0 0.49 0.04 0.56 305.45 0.33 0.33
Hex 70 39 6B 0 31 4 38 131 21 21
Octal 160 71 153 0 61 4 70 461 41 41
Binary 1110000 111001 1101011 0 110001 100 111000 100110001 100001 100001

Color Harmonies of #70396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70396B

Black with #70396B

Text Example


Text Example

White with #70396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,57,107); }

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

background-color css

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

 a { background-color: rgb(112,57,107); }

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

border-color css

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

 span { border-color: rgb(112,57,107); }

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