Html Css Color HEX #701B80 Seance

📋 copy color: '#701B80'

red 112 ◦ green 27 ◦ blue 128

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

Shades of Seance #701B80

Tints of Seance #701B80

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

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

R = 41.95%
G = 10.11%
B = 47.94%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#701B80 (or 0x701B80) is known color: Seance. HEX triplet: 70, 1B and 80. RGB value is (112,27,128). Sum of RGB (Red+Green+Blue) = 112+27+128=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #701B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #701B80 is #8FE47F. Grayscale: #3F3F3F. Windows color (decimal): -9430144 or 8395632. OLE color: 8395632.

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

Color convert

RGB 112 27 128 -
CMYK 0.12 0.79 0 0.50
HSL 290.5º 0.65% 0.3% -
HSV(B) 290.5º 0.79% 0.5% -
XYZ 10.97 5.79 20.96 -
YUV 63.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 112 27 128 0.12 0.79 0 0.50 290.5 0.65 0.3
Hex 70 1B 80 C 4F 0 32 122 41 1E
Octal 160 33 200 14 117 0 62 442 101 36
Binary 1110000 11011 10000000 1100 1001111 0 110010 100100010 1000001 11110

Color Harmonies of #701B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B80

Black with #701B80

Text Example


Text Example

White with #701B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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