Html Css Color HEX #702270 Seance

📋 copy color: '#702270'

red 112 ◦ green 34 ◦ blue 112

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

Shades of Seance #702270

Tints of Seance #702270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 43.41%
G = 13.18%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702270 (or 0x702270) is known color: Seance. HEX triplet: 70, 22 and 70. RGB value is (112,34,112). Sum of RGB (Red+Green+Blue) = 112+34+112=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702270 is #8FDD8F. Grayscale: #414141. Windows color (decimal): -9428368 or 7348848. OLE color: 7348848.

HSL color Cylindrical-coordinate representation of color #702270: hue angle of 300º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702270 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 112 -
CMYK 0 0.70 0 0.56
HSL 300º 0.53% 0.29% -
HSV(B) 300º 0.7% 0.44% -
XYZ 10.18 5.76 15.9 -
YUV 66.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 112 34 112 0 0.70 0 0.56 300 0.53 0.29
Hex 70 22 70 0 46 0 38 12C 35 1D
Octal 160 42 160 0 106 0 70 454 65 35
Binary 1110000 100010 1110000 0 1000110 0 111000 100101100 110101 11101

Color Harmonies of #702270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702270

Black with #702270

Text Example


Text Example

White with #702270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702270; }

 p { color: rgb(112,34,112); }

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

background-color css

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

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

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

border-color css

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

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

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