Html Css Color HEX #701B77 Seance

📋 copy color: '#701B77'

red 112 ◦ green 27 ◦ blue 119

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

Shades of Seance #701B77

Tints of Seance #701B77

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 value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701B77 (or 0x701B77) is known color: 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

RGB 112 27 119 -
CMYK 0.06 0.77 0 0.53
HSL 295.43º 0.63% 0.29% -
HSV(B) 295.43º 0.77% 0.47% -
XYZ 10.4 5.56 17.98 -
YUV 62.9 159.66 163.02 -
System Red Green Blue C M Y K H S L
Decimal 112 27 119 0.06 0.77 0 0.53 295.43 0.63 0.29
Hex 70 1B 77 6 4D 0 35 127 3F 1D
Octal 160 33 167 6 115 0 65 447 77 35
Binary 1110000 11011 1110111 110 1001101 0 110101 100100111 111111 11101

Color Harmonies of #701B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B77

Black with #701B77

Text Example


Text Example

White with #701B77

Text Example


Text Example

HTML Codes & Css Web 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>