Html Css Color HEX #702970 Seance

📋 copy color: '#702970'

red 112 ◦ green 41 ◦ blue 112

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

Shades of Seance #702970

Tints of Seance #702970

RGB

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

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

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

R = 42.26%
G = 15.47%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702970 (or 0x702970) is known color: Seance. HEX triplet: 70, 29 and 70. RGB value is (112,41,112). Sum of RGB (Red+Green+Blue) = 112+41+112=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702970 is #8FD68F. Grayscale: #464646. Windows color (decimal): -9426576 or 7350640. OLE color: 7350640.

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

Color convert

RGB 112 41 112 -
CMYK 0 0.63 0 0.56
HSL 300º 0.46% 0.3% -
HSV(B) 300º 0.63% 0.44% -
XYZ 10.4 6.2 15.98 -
YUV 70.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 112 41 112 0 0.63 0 0.56 300 0.46 0.3
Hex 70 29 70 0 3F 0 38 12C 2E 1E
Octal 160 51 160 0 77 0 70 454 56 36
Binary 1110000 101001 1110000 0 111111 0 111000 100101100 101110 11110

Color Harmonies of #702970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702970

Black with #702970

Text Example


Text Example

White with #702970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702970; }

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

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

background-color css

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

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

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

border-color css

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

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

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