#701C83

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

Shades of Seance #701C83

Tints of Seance #701C83

Color information

#701C83 (or 0x701C83) is unknown color: approx Seance. HEX triplet: 70, 1C and 83. RGB value is (112,28,131). Sum of RGB (Red+Green+Blue) = 112+28+131=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #701C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701C83 is #8FE37C. Grayscale: #404040. Windows color (decimal): -9429885 or 8592496. OLE color: 8592496.

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

Color convert

RGB11228131-
CMYK0.150.7900.49
HSL288.93º64.78%31.18%-
HSV(B)288.93º78.63%51.37%-
XYZ11.195.9122.02-
YUV64.86165.33161.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=41.33%
G=10.33%
B=48.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112281310.150.7900.49288.9364.7831.18
Hex701C83F4F031121411f
Octal160342031711706144110137
Binary11100001110010000011111110011110110001100100001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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