#702C78

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

Shades of Seance #702C78

Tints of Seance #702C78

Color information

#702C78 (or 0x702C78) is unknown color: approx Seance. HEX triplet: 70, 2C and 78. RGB value is (112,44,120). Sum of RGB (Red+Green+Blue) = 112+44+120=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #702C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C78 is #8FD387. Grayscale: #484848. Windows color (decimal): -9425800 or 7875696. OLE color: 7875696.

HSL color Cylindrical-coordinate representation of color #702C78: hue angle of 293.68º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #702C78 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11244120-
CMYK0.070.6300.53
HSL293.68º46.34%32.16%-
HSV(B)293.68º63.33%47.06%-
XYZ10.976.618.47-
YUV73154.53155.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=40.58%
G=15.94%
B=43.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112441200.070.6300.53293.6846.3432.16
Hex702C7873F0351262e20
Octal160541707770654465640
Binary111000010110011110001111111110110101100100110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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