#702973

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

Shades of Seance #702973

Tints of Seance #702973

Color information

#702973 (or 0x702973) is unknown color: approx Seance. HEX triplet: 70, 29 and 73. RGB value is (112,41,115). Sum of RGB (Red+Green+Blue) = 112+41+115=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #702973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702973 is #8FD68C. Grayscale: #464646. Windows color (decimal): -9426573 or 7547248. OLE color: 7547248.

HSL color Cylindrical-coordinate representation of color #702973: hue angle of 297.57º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702973 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11241115-
CMYK0.030.6400.55
HSL297.57º47.44%30.59%-
HSV(B)297.57º64.35%45.1%-
XYZ10.576.2716.87-
YUV70.67153.02157.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=41.79%
G=15.30%
B=42.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112411150.030.6400.55297.5747.4430.59
Hex70297334003712a2f1f
Octal1605116331000674525737
Binary11100001010011110011111000000011011110010101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702973; }

 p { color: rgb(112,41,115); }

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

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

 a { background-color: rgb(112,41,115); }

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

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

 span { border-color: rgb(112,41,115); }

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