Html Css Color HEX #703074 Seance

📋 copy color: '#703074'

red 112 ◦ green 48 ◦ blue 116

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

Shades of Seance #703074

Tints of Seance #703074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 40.58%
G = 17.39%
B = 42.03%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703074 (or 0x703074) is known color: Seance. HEX triplet: 70, 30 and 74. RGB value is (112,48,116). Sum of RGB (Red+Green+Blue) = 112+48+116=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #703074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703074 is #8FCF8B. Grayscale: #4A4A4A. Windows color (decimal): -9424780 or 7614576. OLE color: 7614576.

HSL color Cylindrical-coordinate representation of color #703074: hue angle of 296.47º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703074 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 48 116 -
CMYK 0.03 0.59 0 0.55
HSL 296.47º 0.41% 0.32% -
HSV(B) 296.47º 0.59% 0.45% -
XYZ 10.89 6.82 17.27 -
YUV 74.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 112 48 116 0.03 0.59 0 0.55 296.47 0.41 0.32
Hex 70 30 74 3 3B 0 37 128 29 20
Octal 160 60 164 3 73 0 67 450 51 40
Binary 1110000 110000 1110100 11 111011 0 110111 100101000 101001 100000

Color Harmonies of #703074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703074

Black with #703074

Text Example


Text Example

White with #703074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703074; }

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

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

background-color css

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

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

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

border-color css

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

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

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