Html Css Color HEX #702978 Seance

📋 copy color: '#702978'

red 112 ◦ green 41 ◦ blue 120

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

Shades of Seance #702978

Tints of Seance #702978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

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

R = 41.03%
G = 15.02%
B = 43.96%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702978 (or 0x702978) is known color: Seance. HEX triplet: 70, 29 and 78. RGB value is (112,41,120). Sum of RGB (Red+Green+Blue) = 112+41+120=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #702978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702978 is #8FD687. Grayscale: #464646. Windows color (decimal): -9426568 or 7874928. OLE color: 7874928.

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

Color convert

RGB 112 41 120 -
CMYK 0.07 0.66 0 0.53
HSL 293.92º 0.49% 0.32% -
HSV(B) 293.92º 0.66% 0.47% -
XYZ 10.87 6.39 18.43 -
YUV 71.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 112 41 120 0.07 0.66 0 0.53 293.92 0.49 0.32
Hex 70 29 78 7 42 0 35 126 31 20
Octal 160 51 170 7 102 0 65 446 61 40
Binary 1110000 101001 1111000 111 1000010 0 110101 100100110 110001 100000

Color Harmonies of #702978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702978

Black with #702978

Text Example


Text Example

White with #702978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702978; }

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

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

background-color css

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

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

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

border-color css

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

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

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