#702378

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

Shades of Seance #702378

Tints of Seance #702378

Color information

#702378 (or 0x702378) is unknown color: approx Seance. HEX triplet: 70, 23 and 78. RGB value is (112,35,120). Sum of RGB (Red+Green+Blue) = 112+35+120=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #702378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702378 is #8FDC87. Grayscale: #434343. Windows color (decimal): -9428104 or 7873392. OLE color: 7873392.

HSL color Cylindrical-coordinate representation of color #702378: hue angle of 294.35º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702378 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11235120-
CMYK0.070.7100.53
HSL294.35º54.84%30.39%-
HSV(B)294.35º70.83%47.06%-
XYZ10.67618.37-
YUV67.71157.51159.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=41.95%
G=13.11%
B=44.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112351200.070.7100.53294.3554.8430.39
Hex702378747035126371e
Octal1604317071070654466736
Binary111000010001111110001111000111011010110010011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702378; }

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

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

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

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

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

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

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

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