#702778

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

Shades of Seance #702778

Tints of Seance #702778

Color information

#702778 (or 0x702778) is unknown color: approx Seance. HEX triplet: 70, 27 and 78. RGB value is (112,39,120). Sum of RGB (Red+Green+Blue) = 112+39+120=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #702778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702778 is #8FD887. Grayscale: #454545. Windows color (decimal): -9427080 or 7874416. OLE color: 7874416.

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

Color convert

RGB11239120-
CMYK0.070.6700.53
HSL294.07º50.94%31.18%-
HSV(B)294.07º67.5%47.06%-
XYZ10.86.2518.41-
YUV70.06156.18157.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=41.33%
G=14.39%
B=44.28%

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
Decimal112391200.070.6700.53294.0750.9431.18
Hex702778743035126331f
Octal1604717071030654466337
Binary111000010011111110001111000011011010110010011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702778; }

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

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

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

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

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

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

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

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