Html Css Color HEX #701775 Seance

📋 copy color: '#701775'

red 112 ◦ green 23 ◦ blue 117

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

Shades of Seance #701775

Tints of Seance #701775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.43%

R = 44.44%
G = 9.13%
B = 46.43%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701775 (or 0x701775) is known color: Seance. HEX triplet: 70, 17 and 75. RGB value is (112,23,117). Sum of RGB (Red+Green+Blue) = 112+23+117=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #701775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701775 is #8FE88A. Grayscale: #3C3C3C. Windows color (decimal): -9431179 or 7673712. OLE color: 7673712.

HSL color Cylindrical-coordinate representation of color #701775: hue angle of 296.81º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #701775 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 23 117 -
CMYK 0.04 0.80 0 0.54
HSL 296.81º 0.67% 0.27% -
HSV(B) 296.81º 0.8% 0.46% -
XYZ 10.2 5.34 17.32 -
YUV 60.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 112 23 117 0.04 0.80 0 0.54 296.81 0.67 0.27
Hex 70 17 75 4 50 0 36 129 43 1B
Octal 160 27 165 4 120 0 66 451 103 33
Binary 1110000 10111 1110101 100 1010000 0 110110 100101001 1000011 11011

Color Harmonies of #701775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701775

Black with #701775

Text Example


Text Example

White with #701775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701775; }

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

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

background-color css

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

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

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

border-color css

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

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

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