Html Css Color HEX #70346A Seance

📋 copy color: '#70346A'

red 112 ◦ green 52 ◦ blue 106

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

Shades of Seance #70346A

Tints of Seance #70346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

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

R = 41.48%
G = 19.26%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70346A (or 0x70346A) is known color: Seance. HEX triplet: 70, 34 and 6A. RGB value is (112,52,106). Sum of RGB (Red+Green+Blue) = 112+52+106=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70346A is #8FCB95. Grayscale: #4B4B4B. Windows color (decimal): -9423766 or 6960240. OLE color: 6960240.

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

Color convert

RGB 112 52 106 -
CMYK 0 0.54 0.05 0.56
HSL 306º 0.37% 0.32% -
HSV(B) 306º 0.54% 0.44% -
XYZ 10.51 6.94 14.42 -
YUV 76.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 112 52 106 0 0.54 0.05 0.56 306 0.37 0.32
Hex 70 34 6A 0 36 5 38 132 25 20
Octal 160 64 152 0 66 5 70 462 45 40
Binary 1110000 110100 1101010 0 110110 101 111000 100110010 100101 100000

Color Harmonies of #70346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70346A

Black with #70346A

Text Example


Text Example

White with #70346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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