Html Css Color HEX #703070 Seance

📋 copy color: '#703070'

red 112 ◦ green 48 ◦ blue 112

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

Shades of Seance #703070

Tints of Seance #703070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

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

R = 41.18%
G = 17.65%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#703070 (or 0x703070) is known color: Seance. HEX triplet: 70, 30 and 70. RGB value is (112,48,112). Sum of RGB (Red+Green+Blue) = 112+48+112=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #703070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703070 is #8FCF8F. Grayscale: #4A4A4A. Windows color (decimal): -9424784 or 7352432. OLE color: 7352432.

HSL color Cylindrical-coordinate representation of color #703070: hue angle of 300º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703070 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 48 112 -
CMYK 0 0.57 0 0.56
HSL 300º 0.4% 0.31% -
HSV(B) 300º 0.57% 0.44% -
XYZ 10.66 6.73 16.07 -
YUV 74.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 112 48 112 0 0.57 0 0.56 300 0.4 0.31
Hex 70 30 70 0 39 0 38 12C 28 1F
Octal 160 60 160 0 71 0 70 454 50 37
Binary 1110000 110000 1110000 0 111001 0 111000 100101100 101000 11111

Color Harmonies of #703070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703070

Black with #703070

Text Example


Text Example

White with #703070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703070; }

 p { color: rgb(112,48,112); }

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

background-color css

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

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

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

border-color css

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

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

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