Html Css Color HEX #701776 Seance

📋 copy color: '#701776'

red 112 ◦ green 23 ◦ blue 118

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

Shades of Seance #701776

Tints of Seance #701776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.64%

R = 44.27%
G = 9.09%
B = 46.64%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701776 (or 0x701776) is known color: Seance. HEX triplet: 70, 17 and 76. RGB value is (112,23,118). Sum of RGB (Red+Green+Blue) = 112+23+118=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #701776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701776 is #8FE889. Grayscale: #3C3C3C. Windows color (decimal): -9431178 or 7739248. OLE color: 7739248.

HSL color Cylindrical-coordinate representation of color #701776: hue angle of 296.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701776 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 23 118 -
CMYK 0.05 0.81 0 0.54
HSL 296.21º 0.67% 0.28% -
HSV(B) 296.21º 0.81% 0.46% -
XYZ 10.26 5.37 17.63 -
YUV 60.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 112 23 118 0.05 0.81 0 0.54 296.21 0.67 0.28
Hex 70 17 76 5 51 0 36 128 43 1C
Octal 160 27 166 5 121 0 66 450 103 34
Binary 1110000 10111 1110110 101 1010001 0 110110 100101000 1000011 11100

Color Harmonies of #701776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701776

Black with #701776

Text Example


Text Example

White with #701776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701776; }

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

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

background-color css

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

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

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

border-color css

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

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

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