Html Css Color HEX #702C74 Seance

📋 copy color: '#702C74'

red 112 ◦ green 44 ◦ blue 116

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

Shades of Seance #702C74

Tints of Seance #702C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 41.18%
G = 16.18%
B = 42.65%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#702C74 (or 0x702C74) is known color: Seance. HEX triplet: 70, 2C and 74. RGB value is (112,44,116). Sum of RGB (Red+Green+Blue) = 112+44+116=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 116 - color contains mainly: blue. Hex color #702C74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702C74 is #8FD38B. Grayscale: #484848. Windows color (decimal): -9425804 or 7613552. OLE color: 7613552.

HSL color Cylindrical-coordinate representation of color #702C74: hue angle of 296.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702C74 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 44 116 -
CMYK 0.03 0.62 0 0.55
HSL 296.67º 0.45% 0.31% -
HSV(B) 296.67º 0.62% 0.45% -
XYZ 10.74 6.51 17.21 -
YUV 72.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 112 44 116 0.03 0.62 0 0.55 296.67 0.45 0.31
Hex 70 2C 74 3 3E 0 37 129 2D 1F
Octal 160 54 164 3 76 0 67 451 55 37
Binary 1110000 101100 1110100 11 111110 0 110111 100101001 101101 11111

Color Harmonies of #702C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702C74

Black with #702C74

Text Example


Text Example

White with #702C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702C74; }

 p { color: rgb(112,44,116); }

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

background-color css

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

 a { background-color: rgb(112,44,116); }

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

border-color css

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

 span { border-color: rgb(112,44,116); }

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