Html Css Color HEX #701E80 Seance

📋 copy color: '#701E80'

red 112 ◦ green 30 ◦ blue 128

#701E80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #701E80

Tints of Seance #701E80

RGB

 RED value IS 112 (44.14% from 255) = 41.48%

 GREEN value IS 30 (12.11% from 255) = 11.11%

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 41.48%
G = 11.11%
B = 47.41%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#701E80 (or 0x701E80) is known color: Seance. HEX triplet: 70, 1E and 80. RGB value is (112,30,128). Sum of RGB (Red+Green+Blue) = 112+30+128=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #701E80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701E80 is #8FE17F. Grayscale: #414141. Windows color (decimal): -9429376 or 8396400. OLE color: 8396400.

HSL color Cylindrical-coordinate representation of color #701E80: hue angle of 290.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701E80 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 30 128 -
CMYK 0.12 0.77 0 0.50
HSL 290.2º 0.62% 0.31% -
HSV(B) 290.2º 0.77% 0.5% -
XYZ 11.04 5.93 20.99 -
YUV 65.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 112 30 128 0.12 0.77 0 0.50 290.2 0.62 0.31
Hex 70 1E 80 C 4D 0 32 122 3E 1F
Octal 160 36 200 14 115 0 62 442 76 37
Binary 1110000 11110 10000000 1100 1001101 0 110010 100100010 111110 11111

Color Harmonies of #701E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E80

Black with #701E80

Text Example


Text Example

White with #701E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,30,128); }

 H1.HeaderClassName
 {
   color: #701E80;
 }
 .AnyTagClassName
 {
   color: #701E80;
 }
</style>

background-color css

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

 a { background-color: rgb(112,30,128); }

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

border-color css

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

 span { border-color: rgb(112,30,128); }

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