Html Css Color HEX #701A77 Seance

📋 copy color: '#701A77'

red 112 ◦ green 26 ◦ blue 119

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

Shades of Seance #701A77

Tints of Seance #701A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.12%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 43.58%
G = 10.12%
B = 46.3%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701A77 (or 0x701A77) is known color: Seance. HEX triplet: 70, 1A and 77. RGB value is (112,26,119). Sum of RGB (Red+Green+Blue) = 112+26+119=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #701A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A77 is #8FE588. Grayscale: #3E3E3E. Windows color (decimal): -9430409 or 7805552. OLE color: 7805552.

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

Color convert

RGB 112 26 119 -
CMYK 0.06 0.78 0 0.53
HSL 295.48º 0.64% 0.28% -
HSV(B) 295.48º 0.78% 0.47% -
XYZ 10.38 5.52 17.97 -
YUV 62.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 112 26 119 0.06 0.78 0 0.53 295.48 0.64 0.28
Hex 70 1A 77 6 4E 0 35 127 40 1C
Octal 160 32 167 6 116 0 65 447 100 34
Binary 1110000 11010 1110111 110 1001110 0 110101 100100111 1000000 11100

Color Harmonies of #701A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A77

Black with #701A77

Text Example


Text Example

White with #701A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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