#702879

Color #702879 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #702879

Tints of Seance #702879

Color information

#702879 (or 0x702879) is unknown color: approx 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

RGB11240121-
CMYK0.070.6700.53
HSL293.33º50.31%31.57%-
HSV(B)293.33º66.94%47.45%-
XYZ10.896.3418.74-
YUV70.76156.35157.41-

RGB Variations

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

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 (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112401210.070.6700.53293.3350.3131.57
Hex7028797430351253220
Octal1605017171030654456240
Binary1110000101000111100111110000110110101100100101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>