Html Css Color HEX #712970 Seance

📋 copy color: '#712970'

red 113 ◦ green 41 ◦ blue 112

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

Shades of Seance #712970

Tints of Seance #712970

RGB

 RED value IS 113 (44.53% from 255) = 42.48%

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

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

R = 42.48%
G = 15.41%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#712970 (or 0x712970) is known color: Seance. HEX triplet: 71, 29 and 70. RGB value is (113,41,112). Sum of RGB (Red+Green+Blue) = 113+41+112=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #712970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712970 is #8ED68F. Grayscale: #464646. Windows color (decimal): -9361040 or 7350641. OLE color: 7350641.

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

Color convert

RGB 113 41 112 -
CMYK 0 0.64 0.01 0.56
HSL 300.83º 0.47% 0.3% -
HSV(B) 300.83º 0.64% 0.44% -
XYZ 10.53 6.27 15.98 -
YUV 70.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 113 41 112 0 0.64 0.01 0.56 300.83 0.47 0.3
Hex 71 29 70 0 40 1 38 12D 2F 1E
Octal 161 51 160 0 100 1 70 455 57 36
Binary 1110001 101001 1110000 0 1000000 1 111000 100101101 101111 11110

Color Harmonies of #712970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712970

Black with #712970

Text Example


Text Example

White with #712970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712970; }

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

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

background-color css

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

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

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

border-color css

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

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

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