#702475

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

Shades of Seance #702475

Tints of Seance #702475

Color information

#702475 (or 0x702475) is unknown color: approx Seance. HEX triplet: 70, 24 and 75. RGB value is (112,36,117). Sum of RGB (Red+Green+Blue) = 112+36+117=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #702475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702475 is #8FDB8A. Grayscale: #434343. Windows color (decimal): -9427851 or 7677040. OLE color: 7677040.

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

Color convert

RGB11236117-
CMYK0.040.6900.54
HSL296.3º52.94%30%-
HSV(B)296.3º69.23%45.88%-
XYZ10.525.9917.43-
YUV67.96155.68159.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=42.26%
G=13.58%
B=44.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112361170.040.6900.54296.352.9430
Hex702475445036128351e
Octal1604416541050664506536
Binary111000010010011101011001000101011011010010100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702475; }

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

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

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

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

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

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

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

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