#702875

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

Shades of Seance #702875

Tints of Seance #702875

Color information

#702875 (or 0x702875) is unknown color: approx Seance. HEX triplet: 70, 28 and 75. RGB value is (112,40,117). Sum of RGB (Red+Green+Blue) = 112+40+117=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #702875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702875 is #8FD78A. Grayscale: #464646. Windows color (decimal): -9426827 or 7678064. OLE color: 7678064.

HSL color Cylindrical-coordinate representation of color #702875: hue angle of 296.1º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #702875 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11240117-
CMYK0.040.6600.54
HSL296.1º49.04%30.78%-
HSV(B)296.1º65.81%45.88%-
XYZ10.656.2517.47-
YUV70.31154.35157.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=41.64%
G=14.87%
B=43.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112401170.040.6600.54296.149.0430.78
Hex702875442036128311f
Octal1605016541020664506137
Binary111000010100011101011001000010011011010010100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702875; }

 p { color: rgb(112,40,117); }

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

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

 a { background-color: rgb(112,40,117); }

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

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

 span { border-color: rgb(112,40,117); }

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