Html Css Color HEX #702379 Seance

📋 copy color: '#702379'

red 112 ◦ green 35 ◦ blue 121

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

Shades of Seance #702379

Tints of Seance #702379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.06%

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

R = 41.79%
G = 13.06%
B = 45.15%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#702379 (or 0x702379) is known color: Seance. HEX triplet: 70, 23 and 79. RGB value is (112,35,121). Sum of RGB (Red+Green+Blue) = 112+35+121=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #702379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702379 is #8FDC86. Grayscale: #434343. Windows color (decimal): -9428103 or 7938928. OLE color: 7938928.

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

Color convert

RGB 112 35 121 -
CMYK 0.07 0.71 0 0.53
HSL 293.72º 0.55% 0.31% -
HSV(B) 293.72º 0.71% 0.47% -
XYZ 10.73 6.03 18.69 -
YUV 67.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 112 35 121 0.07 0.71 0 0.53 293.72 0.55 0.31
Hex 70 23 79 7 47 0 35 126 37 1F
Octal 160 43 171 7 107 0 65 446 67 37
Binary 1110000 100011 1111001 111 1000111 0 110101 100100110 110111 11111

Color Harmonies of #702379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702379

Black with #702379

Text Example


Text Example

White with #702379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702379; }

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

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

background-color css

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

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

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

border-color css

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

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

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