Html Css Color HEX #701973 Seance

📋 copy color: '#701973'

red 112 ◦ green 25 ◦ blue 115

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

Shades of Seance #701973

Tints of Seance #701973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 115 (45.31% from 255) = 45.63%

R = 44.44%
G = 9.92%
B = 45.63%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701973 (or 0x701973) is known color: Seance. HEX triplet: 70, 19 and 73. RGB value is (112,25,115). Sum of RGB (Red+Green+Blue) = 112+25+115=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 115 - color contains mainly: blue. Hex color #701973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701973 is #8FE68C. Grayscale: #3D3D3D. Windows color (decimal): -9430669 or 7543152. OLE color: 7543152.

HSL color Cylindrical-coordinate representation of color #701973: hue angle of 298º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701973 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 25 115 -
CMYK 0.03 0.78 0 0.55
HSL 298º 0.64% 0.27% -
HSV(B) 298º 0.78% 0.45% -
XYZ 10.12 5.38 16.72 -
YUV 61.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 112 25 115 0.03 0.78 0 0.55 298 0.64 0.27
Hex 70 19 73 3 4E 0 37 12A 40 1B
Octal 160 31 163 3 116 0 67 452 100 33
Binary 1110000 11001 1110011 11 1001110 0 110111 100101010 1000000 11011

Color Harmonies of #701973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701973

Black with #701973

Text Example


Text Example

White with #701973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701973; }

 p { color: rgb(112,25,115); }

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

background-color css

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

 a { background-color: rgb(112,25,115); }

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

border-color css

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

 span { border-color: rgb(112,25,115); }

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