Html Css Color HEX #702979 Seance

📋 copy color: '#702979'

red 112 ◦ green 41 ◦ blue 121

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

Shades of Seance #702979

Tints of Seance #702979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.96%

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 40.88%
G = 14.96%
B = 44.16%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702979 (or 0x702979) is known color: Seance. HEX triplet: 70, 29 and 79. RGB value is (112,41,121). Sum of RGB (Red+Green+Blue) = 112+41+121=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #702979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702979 is #8FD686. Grayscale: #474747. Windows color (decimal): -9426567 or 7940464. OLE color: 7940464.

HSL color Cylindrical-coordinate representation of color #702979: hue angle of 293.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702979 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 41 121 -
CMYK 0.07 0.66 0 0.53
HSL 293.25º 0.49% 0.32% -
HSV(B) 293.25º 0.66% 0.47% -
XYZ 10.93 6.41 18.75 -
YUV 71.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 112 41 121 0.07 0.66 0 0.53 293.25 0.49 0.32
Hex 70 29 79 7 42 0 35 125 31 20
Octal 160 51 171 7 102 0 65 445 61 40
Binary 1110000 101001 1111001 111 1000010 0 110101 100100101 110001 100000

Color Harmonies of #702979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702979

Black with #702979

Text Example


Text Example

White with #702979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702979; }

 p { color: rgb(112,41,121); }

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

background-color css

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

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

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

border-color css

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

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

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