Html Css Color HEX #702977 Seance

📋 copy color: '#702977'

red 112 ◦ green 41 ◦ blue 119

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

Shades of Seance #702977

Tints of Seance #702977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.75%

R = 41.18%
G = 15.07%
B = 43.75%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702977 (or 0x702977) is known color: Seance. HEX triplet: 70, 29 and 77. RGB value is (112,41,119). Sum of RGB (Red+Green+Blue) = 112+41+119=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #702977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702977 is #8FD688. Grayscale: #464646. Windows color (decimal): -9426569 or 7809392. OLE color: 7809392.

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

Color convert

RGB 112 41 119 -
CMYK 0.06 0.66 0 0.53
HSL 294.62º 0.49% 0.31% -
HSV(B) 294.62º 0.66% 0.47% -
XYZ 10.8 6.36 18.11 -
YUV 71.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 112 41 119 0.06 0.66 0 0.53 294.62 0.49 0.31
Hex 70 29 77 6 42 0 35 127 31 1F
Octal 160 51 167 6 102 0 65 447 61 37
Binary 1110000 101001 1110111 110 1000010 0 110101 100100111 110001 11111

Color Harmonies of #702977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702977

Black with #702977

Text Example


Text Example

White with #702977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702977; }

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

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

background-color css

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

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

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

border-color css

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

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

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