Html Css Color HEX #701772 Seance

📋 copy color: '#701772'

red 112 ◦ green 23 ◦ blue 114

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

Shades of Seance #701772

Tints of Seance #701772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 44.98%
G = 9.24%
B = 45.78%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701772 (or 0x701772) is known color: Seance. HEX triplet: 70, 17 and 72. RGB value is (112,23,114). Sum of RGB (Red+Green+Blue) = 112+23+114=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #701772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701772 is #8FE88D. Grayscale: #3B3B3B. Windows color (decimal): -9431182 or 7477104. OLE color: 7477104.

HSL color Cylindrical-coordinate representation of color #701772: hue angle of 298.68º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701772 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 23 114 -
CMYK 0.02 0.80 0 0.55
HSL 298.68º 0.66% 0.27% -
HSV(B) 298.68º 0.8% 0.45% -
XYZ 10.03 5.27 16.41 -
YUV 59.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 112 23 114 0.02 0.80 0 0.55 298.68 0.66 0.27
Hex 70 17 72 2 50 0 37 12B 42 1B
Octal 160 27 162 2 120 0 67 453 102 33
Binary 1110000 10111 1110010 10 1010000 0 110111 100101011 1000010 11011

Color Harmonies of #701772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701772

Black with #701772

Text Example


Text Example

White with #701772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701772; }

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

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

background-color css

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

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

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

border-color css

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

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

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