Html Css Color HEX #70336D Seance

📋 copy color: '#70336D'

red 112 ◦ green 51 ◦ blue 109

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

Shades of Seance #70336D

Tints of Seance #70336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 41.18%
G = 18.75%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70336D (or 0x70336D) is known color: Seance. HEX triplet: 70, 33 and 6D. RGB value is (112,51,109). Sum of RGB (Red+Green+Blue) = 112+51+109=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70336D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70336D is #8FCC92. Grayscale: #4B4B4B. Windows color (decimal): -9424019 or 7156592. OLE color: 7156592.

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

Color convert

RGB 112 51 109 -
CMYK 0 0.54 0.03 0.56
HSL 302.95º 0.37% 0.32% -
HSV(B) 302.95º 0.54% 0.44% -
XYZ 10.63 6.92 15.24 -
YUV 75.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 112 51 109 0 0.54 0.03 0.56 302.95 0.37 0.32
Hex 70 33 6D 0 36 3 38 12F 25 20
Octal 160 63 155 0 66 3 70 457 45 40
Binary 1110000 110011 1101101 0 110110 11 111000 100101111 100101 100000

Color Harmonies of #70336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70336D

Black with #70336D

Text Example


Text Example

White with #70336D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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