Html Css Color HEX #701979 Seance

📋 copy color: '#701979'

red 112 ◦ green 25 ◦ blue 121

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

Shades of Seance #701979

Tints of Seance #701979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.9%

R = 43.41%
G = 9.69%
B = 46.9%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701979 (or 0x701979) is known color: Seance. HEX triplet: 70, 19 and 79. RGB value is (112,25,121). Sum of RGB (Red+Green+Blue) = 112+25+121=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #701979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701979 is #8FE686. Grayscale: #3D3D3D. Windows color (decimal): -9430663 or 7936368. OLE color: 7936368.

HSL color Cylindrical-coordinate representation of color #701979: hue angle of 294.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #701979 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 25 121 -
CMYK 0.07 0.79 0 0.53
HSL 294.38º 0.66% 0.29% -
HSV(B) 294.38º 0.79% 0.47% -
XYZ 10.48 5.52 18.6 -
YUV 61.96 161.32 163.69 -
System Red Green Blue C M Y K H S L
Decimal 112 25 121 0.07 0.79 0 0.53 294.38 0.66 0.29
Hex 70 19 79 7 4F 0 35 126 42 1D
Octal 160 31 171 7 117 0 65 446 102 35
Binary 1110000 11001 1111001 111 1001111 0 110101 100100110 1000010 11101

Color Harmonies of #701979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701979

Black with #701979

Text Example


Text Example

White with #701979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701979; }

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

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

background-color css

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

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

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

border-color css

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

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

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