Html Css Color HEX #701972 Seance

📋 copy color: '#701972'

red 112 ◦ green 25 ◦ blue 114

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

Shades of Seance #701972

Tints of Seance #701972

RGB

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

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

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

R = 44.62%
G = 9.96%
B = 45.42%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701972 (or 0x701972) is known color: Seance. HEX triplet: 70, 19 and 72. RGB value is (112,25,114). Sum of RGB (Red+Green+Blue) = 112+25+114=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #701972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701972 is #8FE68D. Grayscale: #3C3C3C. Windows color (decimal): -9430670 or 7477616. OLE color: 7477616.

HSL color Cylindrical-coordinate representation of color #701972: hue angle of 298.65º 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 #701972 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 25 114 -
CMYK 0.02 0.78 0 0.55
HSL 298.65º 0.64% 0.27% -
HSV(B) 298.65º 0.78% 0.45% -
XYZ 10.07 5.35 16.42 -
YUV 61.16 157.82 164.26 -
System Red Green Blue C M Y K H S L
Decimal 112 25 114 0.02 0.78 0 0.55 298.65 0.64 0.27
Hex 70 19 72 2 4E 0 37 12B 40 1B
Octal 160 31 162 2 116 0 67 453 100 33
Binary 1110000 11001 1110010 10 1001110 0 110111 100101011 1000000 11011

Color Harmonies of #701972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701972

Black with #701972

Text Example


Text Example

White with #701972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701972; }

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

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

background-color css

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

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

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

border-color css

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

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

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