#702173

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

Shades of Seance #702173

Tints of Seance #702173

Color information

#702173 (or 0x702173) is unknown color: approx Seance. HEX triplet: 70, 21 and 73. RGB value is (112,33,115). Sum of RGB (Red+Green+Blue) = 112+33+115=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #702173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702173 is #8FDE8C. Grayscale: #414141. Windows color (decimal): -9428621 or 7545200. OLE color: 7545200.

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

Color convert

RGB11233115-
CMYK0.030.7100.55
HSL297.8º55.41%29.02%-
HSV(B)297.8º71.3%45.1%-
XYZ10.325.7716.79-
YUV65.97155.67160.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 33 (13.28% from 255) = 12.69%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=43.08%
G=12.69%
B=44.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112331150.030.7100.55297.855.4129.02
Hex70217334703712a371d
Octal1604116331070674526735
Binary11100001000011110011111000111011011110010101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702173; }

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

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

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

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

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

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

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

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