Html Css Color HEX #701777 Seance

📋 copy color: '#701777'

red 112 ◦ green 23 ◦ blue 119

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

Shades of Seance #701777

Tints of Seance #701777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.06%

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

R = 44.09%
G = 9.06%
B = 46.85%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701777 (or 0x701777) is known color: Seance. HEX triplet: 70, 17 and 77. RGB value is (112,23,119). Sum of RGB (Red+Green+Blue) = 112+23+119=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #701777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701777 is #8FE888. Grayscale: #3C3C3C. Windows color (decimal): -9431177 or 7804784. OLE color: 7804784.

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

Color convert

RGB 112 23 119 -
CMYK 0.06 0.81 0 0.53
HSL 295.63º 0.68% 0.28% -
HSV(B) 295.63º 0.81% 0.47% -
XYZ 10.32 5.39 17.95 -
YUV 60.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 112 23 119 0.06 0.81 0 0.53 295.63 0.68 0.28
Hex 70 17 77 6 51 0 35 128 44 1C
Octal 160 27 167 6 121 0 65 450 104 34
Binary 1110000 10111 1110111 110 1010001 0 110101 100101000 1000100 11100

Color Harmonies of #701777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701777

Black with #701777

Text Example


Text Example

White with #701777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701777; }

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

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

background-color css

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

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

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

border-color css

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

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

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