Html Css Color HEX #702070 Seance

📋 copy color: '#702070'

red 112 ◦ green 32 ◦ blue 112

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

Shades of Seance #702070

Tints of Seance #702070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 43.75%
G = 12.5%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702070 (or 0x702070) is known color: Seance. HEX triplet: 70, 20 and 70. RGB value is (112,32,112). Sum of RGB (Red+Green+Blue) = 112+32+112=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702070 is #8FDF8F. Grayscale: #404040. Windows color (decimal): -9428880 or 7348336. OLE color: 7348336.

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

Color convert

RGB 112 32 112 -
CMYK 0 0.71 0 0.56
HSL 300º 0.56% 0.28% -
HSV(B) 300º 0.71% 0.44% -
XYZ 10.12 5.65 15.89 -
YUV 65.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 112 32 112 0 0.71 0 0.56 300 0.56 0.28
Hex 70 20 70 0 47 0 38 12C 38 1C
Octal 160 40 160 0 107 0 70 454 70 34
Binary 1110000 100000 1110000 0 1000111 0 111000 100101100 111000 11100

Color Harmonies of #702070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702070

Black with #702070

Text Example


Text Example

White with #702070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702070; }

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

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

background-color css

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

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

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

border-color css

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

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

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