Html Css Color HEX #701E82 Seance

📋 copy color: '#701E82'

red 112 ◦ green 30 ◦ blue 130

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

Shades of Seance #701E82

Tints of Seance #701E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.79%

R = 41.18%
G = 11.03%
B = 47.79%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#701E82 (or 0x701E82) is known color: Seance. HEX triplet: 70, 1E and 82. RGB value is (112,30,130). Sum of RGB (Red+Green+Blue) = 112+30+130=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #701E82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701E82 is #8FE17D. Grayscale: #414141. Windows color (decimal): -9429374 or 8527472. OLE color: 8527472.

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

Color convert

RGB 112 30 130 -
CMYK 0.14 0.77 0 0.49
HSL 289.2º 0.63% 0.31% -
HSV(B) 289.2º 0.77% 0.51% -
XYZ 11.18 5.98 21.69 -
YUV 65.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 112 30 130 0.14 0.77 0 0.49 289.2 0.63 0.31
Hex 70 1E 82 E 4D 0 31 121 3E 1F
Octal 160 36 202 16 115 0 61 441 76 37
Binary 1110000 11110 10000010 1110 1001101 0 110001 100100001 111110 11111

Color Harmonies of #701E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701E82

Black with #701E82

Text Example


Text Example

White with #701E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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