#702871

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

Shades of Seance #702871

Tints of Seance #702871

Color information

#702871 (or 0x702871) is unknown color: approx Seance. HEX triplet: 70, 28 and 71. RGB value is (112,40,113). Sum of RGB (Red+Green+Blue) = 112+40+113=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #702871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702871 is #8FD78E. Grayscale: #454545. Windows color (decimal): -9426831 or 7415920. OLE color: 7415920.

HSL color Cylindrical-coordinate representation of color #702871: hue angle of 299.18º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702871 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11240113-
CMYK0.010.6500.56
HSL299.18º47.71%30%-
HSV(B)299.18º64.6%44.31%-
XYZ10.426.1516.26-
YUV69.85152.35158.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=42.26%
G=15.09%
B=42.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112401130.010.6500.56299.1847.7130
Hex70287114103812b301e
Octal1605016111010704536036
Binary1110000101000111000111000001011100010010101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702871; }

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

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

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

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

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

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

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

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