Html Css Color HEX #70396A Seance

📋 copy color: '#70396A'

red 112 ◦ green 57 ◦ blue 106

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

Shades of Seance #70396A

Tints of Seance #70396A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.73%

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 40.73%
G = 20.73%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70396A (or 0x70396A) is known color: Seance. HEX triplet: 70, 39 and 6A. RGB value is (112,57,106). Sum of RGB (Red+Green+Blue) = 112+57+106=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70396A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70396A is #8FC695. Grayscale: #4E4E4E. Windows color (decimal): -9422486 or 6961520. OLE color: 6961520.

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

Color convert

RGB 112 57 106 -
CMYK 0 0.49 0.05 0.56
HSL 306.55º 0.33% 0.33% -
HSV(B) 306.55º 0.49% 0.44% -
XYZ 10.75 7.41 14.5 -
YUV 79.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 112 57 106 0 0.49 0.05 0.56 306.55 0.33 0.33
Hex 70 39 6A 0 31 5 38 133 21 21
Octal 160 71 152 0 61 5 70 463 41 41
Binary 1110000 111001 1101010 0 110001 101 111000 100110011 100001 100001

Color Harmonies of #70396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70396A

Black with #70396A

Text Example


Text Example

White with #70396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70396A; }

 p { color: rgb(112,57,106); }

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

background-color css

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

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

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

border-color css

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

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

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