#702876

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

Shades of Seance #702876

Tints of Seance #702876

Color information

#702876 (or 0x702876) is unknown color: approx Seance. HEX triplet: 70, 28 and 76. RGB value is (112,40,118). Sum of RGB (Red+Green+Blue) = 112+40+118=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #702876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702876 is #8FD789. Grayscale: #464646. Windows color (decimal): -9426826 or 7743600. OLE color: 7743600.

HSL color Cylindrical-coordinate representation of color #702876: hue angle of 295.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702876 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11240118-
CMYK0.050.6600.54
HSL295.38º49.37%30.98%-
HSV(B)295.38º66.1%46.27%-
XYZ10.716.2717.79-
YUV70.42154.85157.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=41.48%
G=14.81%
B=43.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112401180.050.6600.54295.3849.3730.98
Hex702876542036127311f
Octal1605016651020664476137
Binary111000010100011101101011000010011011010010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702876; }

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

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

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

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

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

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

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

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