Html Css Color HEX #701978 Seance

📋 copy color: '#701978'

red 112 ◦ green 25 ◦ blue 120

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

Shades of Seance #701978

Tints of Seance #701978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.69%

R = 43.58%
G = 9.73%
B = 46.69%

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

#701978 (or 0x701978) is known color: Seance. HEX triplet: 70, 19 and 78. RGB value is (112,25,120). Sum of RGB (Red+Green+Blue) = 112+25+120=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #701978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701978 is #8FE687. Grayscale: #3D3D3D. Windows color (decimal): -9430664 or 7870832. OLE color: 7870832.

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

Color convert

RGB 112 25 120 -
CMYK 0.07 0.79 0 0.53
HSL 294.95º 0.66% 0.28% -
HSV(B) 294.95º 0.79% 0.47% -
XYZ 10.42 5.5 18.28 -
YUV 61.84 160.82 163.78 -
System Red Green Blue C M Y K H S L
Decimal 112 25 120 0.07 0.79 0 0.53 294.95 0.66 0.28
Hex 70 19 78 7 4F 0 35 127 42 1C
Octal 160 31 170 7 117 0 65 447 102 34
Binary 1110000 11001 1111000 111 1001111 0 110101 100100111 1000010 11100

Color Harmonies of #701978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701978

Black with #701978

Text Example


Text Example

White with #701978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701978; }

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

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

background-color css

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

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

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

border-color css

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

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

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