Html Css Color HEX #70296D Seance

📋 copy color: '#70296D'

red 112 ◦ green 41 ◦ blue 109

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

Shades of Seance #70296D

Tints of Seance #70296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 41.6%

R = 42.75%
G = 15.65%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70296D (or 0x70296D) is known color: Seance. HEX triplet: 70, 29 and 6D. RGB value is (112,41,109). Sum of RGB (Red+Green+Blue) = 112+41+109=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70296D is #8FD692. Grayscale: #454545. Windows color (decimal): -9426579 or 7154032. OLE color: 7154032.

HSL color Cylindrical-coordinate representation of color #70296D: hue angle of 302.54º 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 #70296D is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 41 109 -
CMYK 0 0.63 0.03 0.56
HSL 302.54º 0.46% 0.3% -
HSV(B) 302.54º 0.63% 0.44% -
XYZ 10.24 6.13 15.11 -
YUV 69.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 112 41 109 0 0.63 0.03 0.56 302.54 0.46 0.3
Hex 70 29 6D 0 3F 3 38 12F 2E 1E
Octal 160 51 155 0 77 3 70 457 56 36
Binary 1110000 101001 1101101 0 111111 11 111000 100101111 101110 11110

Color Harmonies of #70296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70296D

Black with #70296D

Text Example


Text Example

White with #70296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70296D; }

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

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

background-color css

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

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

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

border-color css

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

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

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