#701C82

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

Shades of Seance #701C82

Tints of Seance #701C82

Color information

#701C82 (or 0x701C82) is unknown color: approx Seance. HEX triplet: 70, 1C and 82. RGB value is (112,28,130). Sum of RGB (Red+Green+Blue) = 112+28+130=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #701C82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701C82 is #8FE37D. Grayscale: #404040. Windows color (decimal): -9429886 or 8526960. OLE color: 8526960.

HSL color Cylindrical-coordinate representation of color #701C82: hue angle of 289.41º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701C82 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11228130-
CMYK0.140.7800.49
HSL289.41º64.56%30.98%-
HSV(B)289.41º78.46%50.98%-
XYZ11.135.8921.67-
YUV64.74164.83161.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 28 (11.33% from 255) = 10.37%
BLUE value IS 130 (51.17% from 255) = 48.15%
R=41.48%
G=10.37%
B=48.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112281300.140.7800.49289.4164.5630.98
Hex701C82E4E031121411f
Octal160342021611606144110137
Binary11100001110010000010111010011100110001100100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,28,130); }

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

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

 a { background-color: rgb(112,28,130); }

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

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

 span { border-color: rgb(112,28,130); }

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