#702E75

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

Shades of Seance #702E75

Tints of Seance #702E75

Color information

#702E75 (or 0x702E75) is unknown color: approx Seance. HEX triplet: 70, 2E and 75. RGB value is (112,46,117). Sum of RGB (Red+Green+Blue) = 112+46+117=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #702E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E75 is #8FD18A. Grayscale: #494949. Windows color (decimal): -9425291 or 7679600. OLE color: 7679600.

HSL color Cylindrical-coordinate representation of color #702E75: hue angle of 295.77º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702E75 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11246117-
CMYK0.040.6100.54
HSL295.77º43.56%31.96%-
HSV(B)295.77º60.68%45.88%-
XYZ10.876.6817.55-
YUV73.83152.37155.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=40.73%
G=16.73%
B=42.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112461170.040.6100.54295.7743.5631.96
Hex702E7543D0361282c20
Octal160561654750664505440
Binary111000010111011101011001111010110110100101000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702E75; }

 p { color: rgb(112,46,117); }

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

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

 a { background-color: rgb(112,46,117); }

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

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

 span { border-color: rgb(112,46,117); }

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