#702575

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

Shades of Seance #702575

Tints of Seance #702575

Color information

#702575 (or 0x702575) is unknown color: approx Seance. HEX triplet: 70, 25 and 75. RGB value is (112,37,117). Sum of RGB (Red+Green+Blue) = 112+37+117=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #702575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702575 is #8FDA8A. Grayscale: #444444. Windows color (decimal): -9427595 or 7677296. OLE color: 7677296.

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

Color convert

RGB11237117-
CMYK0.040.6800.54
HSL296.25º51.95%30.2%-
HSV(B)296.25º68.38%45.88%-
XYZ10.556.0517.44-
YUV68.54155.35159-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=42.11%
G=13.91%
B=43.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112371170.040.6800.54296.2551.9530.2
Hex702575444036128341e
Octal1604516541040664506436
Binary111000010010111101011001000100011011010010100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702575; }

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

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

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

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

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

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

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

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