Html Css Color HEX #70386D Seance

📋 copy color: '#70386D'

red 112 ◦ green 56 ◦ blue 109

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

Shades of Seance #70386D

Tints of Seance #70386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

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

R = 40.43%
G = 20.22%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70386D (or 0x70386D) is known color: Seance. HEX triplet: 70, 38 and 6D. RGB value is (112,56,109). Sum of RGB (Red+Green+Blue) = 112+56+109=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 112 - color contains mainly: red. Hex color #70386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70386D is #8FC792. Grayscale: #4E4E4E. Windows color (decimal): -9422739 or 7157872. OLE color: 7157872.

HSL color Cylindrical-coordinate representation of color #70386D: hue angle of 303.21º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70386D is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 109 -
CMYK 0 0.50 0.03 0.56
HSL 303.21º 0.33% 0.33% -
HSV(B) 303.21º 0.5% 0.44% -
XYZ 10.86 7.38 15.32 -
YUV 78.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 112 56 109 0 0.50 0.03 0.56 303.21 0.33 0.33
Hex 70 38 6D 0 32 3 38 12F 21 21
Octal 160 70 155 0 62 3 70 457 41 41
Binary 1110000 111000 1101101 0 110010 11 111000 100101111 100001 100001

Color Harmonies of #70386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70386D

Black with #70386D

Text Example


Text Example

White with #70386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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