Html Css Color HEX #701774 Seance

📋 copy color: '#701774'

red 112 ◦ green 23 ◦ blue 116

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

Shades of Seance #701774

Tints of Seance #701774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.22%

R = 44.62%
G = 9.16%
B = 46.22%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701774 (or 0x701774) is known color: Seance. HEX triplet: 70, 17 and 74. RGB value is (112,23,116). Sum of RGB (Red+Green+Blue) = 112+23+116=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #701774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701774 is #8FE88B. Grayscale: #3B3B3B. Windows color (decimal): -9431180 or 7608176. OLE color: 7608176.

HSL color Cylindrical-coordinate representation of color #701774: hue angle of 297.42º degrees, saturation: 0.67, 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 #701774 is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 23 116 -
CMYK 0.03 0.80 0 0.55
HSL 297.42º 0.67% 0.27% -
HSV(B) 297.42º 0.8% 0.45% -
XYZ 10.14 5.32 17.02 -
YUV 60.21 159.49 164.94 -
System Red Green Blue C M Y K H S L
Decimal 112 23 116 0.03 0.80 0 0.55 297.42 0.67 0.27
Hex 70 17 74 3 50 0 37 129 43 1B
Octal 160 27 164 3 120 0 67 451 103 33
Binary 1110000 10111 1110100 11 1010000 0 110111 100101001 1000011 11011

Color Harmonies of #701774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701774

Black with #701774

Text Example


Text Example

White with #701774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701774; }

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

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

background-color css

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

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

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

border-color css

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

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

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