#701D7C

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

Shades of Seance #701D7C

Tints of Seance #701D7C

Color information

#701D7C (or 0x701D7C) is unknown color: approx Seance. HEX triplet: 70, 1D and 7C. RGB value is (112,29,124). Sum of RGB (Red+Green+Blue) = 112+29+124=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #701D7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D7C is #8FE283. Grayscale: #404040. Windows color (decimal): -9429636 or 8134000. OLE color: 8134000.

HSL color Cylindrical-coordinate representation of color #701D7C: hue angle of 292.42º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701D7C is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11229124-
CMYK0.100.7700.51
HSL292.42º62.09%30%-
HSV(B)292.42º76.61%48.63%-
XYZ10.765.7819.62-
YUV64.65161.5161.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=42.26%
G=10.94%
B=46.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112291240.100.7700.51292.4262.0930
Hex701D7CA4D0331243e1e
Octal16035174121150634447636
Binary111000011101111110010101001101011001110010010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701D7C; }

 p { color: rgb(112,29,124); }

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

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

 a { background-color: rgb(112,29,124); }

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

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

 span { border-color: rgb(112,29,124); }

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