#701B77

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

Shades of Seance #701B77

Tints of Seance #701B77

Color information

#701B77 (or 0x701B77) is unknown color: approx Seance. HEX triplet: 70, 1B and 77. RGB value is (112,27,119). Sum of RGB (Red+Green+Blue) = 112+27+119=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #701B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B77 is #8FE488. Grayscale: #3E3E3E. Windows color (decimal): -9430153 or 7805808. OLE color: 7805808.

HSL color Cylindrical-coordinate representation of color #701B77: hue angle of 295.43º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701B77 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11227119-
CMYK0.060.7700.53
HSL295.43º63.01%28.63%-
HSV(B)295.43º77.31%46.67%-
XYZ10.45.5617.98-
YUV62.9159.66163.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 27 (10.94% from 255) = 10.47%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=43.41%
G=10.47%
B=46.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112271190.060.7700.53295.4363.0128.63
Hex701B7764D0351273f1d
Octal1603316761150654477735
Binary11100001101111101111101001101011010110010011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,27,119); }

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

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

 a { background-color: rgb(112,27,119); }

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

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

 span { border-color: rgb(112,27,119); }

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