Html Css Color HEX #702879 Seance

📋 copy color: '#702879'

red 112 ◦ green 40 ◦ blue 121

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

Shades of Seance #702879

Tints of Seance #702879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 41.03%
G = 14.65%
B = 44.32%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702879 (or 0x702879) is known color: Seance. HEX triplet: 70, 28 and 79. RGB value is (112,40,121). Sum of RGB (Red+Green+Blue) = 112+40+121=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #702879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702879 is #8FD786. Grayscale: #464646. Windows color (decimal): -9426823 or 7940208. OLE color: 7940208.

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

Color convert

RGB 112 40 121 -
CMYK 0.07 0.67 0 0.53
HSL 293.33º 0.5% 0.32% -
HSV(B) 293.33º 0.67% 0.47% -
XYZ 10.89 6.34 18.74 -
YUV 70.76 156.35 157.41 -
System Red Green Blue C M Y K H S L
Decimal 112 40 121 0.07 0.67 0 0.53 293.33 0.5 0.32
Hex 70 28 79 7 43 0 35 125 32 20
Octal 160 50 171 7 103 0 65 445 62 40
Binary 1110000 101000 1111001 111 1000011 0 110101 100100101 110010 100000

Color Harmonies of #702879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702879

Black with #702879

Text Example


Text Example

White with #702879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702879; }

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

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

background-color css

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

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

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

border-color css

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

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

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