#702376

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

Shades of Seance #702376

Tints of Seance #702376

Color information

#702376 (or 0x702376) is unknown color: approx Seance. HEX triplet: 70, 23 and 76. RGB value is (112,35,118). Sum of RGB (Red+Green+Blue) = 112+35+118=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #702376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702376 is #8FDC89. Grayscale: #434343. Windows color (decimal): -9428106 or 7742320. OLE color: 7742320.

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

Color convert

RGB11235118-
CMYK0.050.7000.54
HSL295.66º54.25%30%-
HSV(B)295.66º70.34%46.27%-
XYZ10.555.9517.73-
YUV67.48156.51159.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 35 (14.06% from 255) = 13.21%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=42.26%
G=13.21%
B=44.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112351180.050.7000.54295.6654.2530
Hex702376546036128361e
Octal1604316651060664506636
Binary111000010001111101101011000110011011010010100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702376; }

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

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

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

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

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

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

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

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