#702878

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

Shades of Seance #702878

Tints of Seance #702878

Color information

#702878 (or 0x702878) is unknown color: approx Seance. HEX triplet: 70, 28 and 78. RGB value is (112,40,120). Sum of RGB (Red+Green+Blue) = 112+40+120=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: blue. Hex color #702878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702878 is #8FD787. Grayscale: #464646. Windows color (decimal): -9426824 or 7874672. OLE color: 7874672.

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

Color convert

RGB11240120-
CMYK0.070.6700.53
HSL294º50%31.37%-
HSV(B)294º66.67%47.06%-
XYZ10.836.3218.42-
YUV70.65155.85157.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 40 (16.02% from 255) = 14.71%
BLUE value IS 120 (47.27% from 255) = 44.12%
R=41.18%
G=14.71%
B=44.12%

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
Decimal112401200.070.6700.532945031.37
Hex702878743035126321f
Octal1605017071030654466237
Binary111000010100011110001111000011011010110010011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702878; }

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

 H1.HeaderClassName
 {
   color: #702878;
 }
 .AnyTagClassName
 {
   color: #702878;
 }
</style>
background-color css

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

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

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

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

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

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