Html Css Color HEX #712870 Seance

📋 copy color: '#712870'

red 113 ◦ green 40 ◦ blue 112

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

Shades of Seance #712870

Tints of Seance #712870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

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

R = 42.64%
G = 15.09%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#712870 (or 0x712870) is known color: Seance. HEX triplet: 71, 28 and 70. RGB value is (113,40,112). Sum of RGB (Red+Green+Blue) = 113+40+112=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #712870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712870 is #8ED78F. Grayscale: #454545. Windows color (decimal): -9361296 or 7350385. OLE color: 7350385.

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

Color convert

RGB 113 40 112 -
CMYK 0 0.65 0.01 0.56
HSL 300.82º 0.48% 0.3% -
HSV(B) 300.82º 0.65% 0.44% -
XYZ 10.49 6.2 15.97 -
YUV 70.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 113 40 112 0 0.65 0.01 0.56 300.82 0.48 0.3
Hex 71 28 70 0 41 1 38 12D 30 1E
Octal 161 50 160 0 101 1 70 455 60 36
Binary 1110001 101000 1110000 0 1000001 1 111000 100101101 110000 11110

Color Harmonies of #712870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712870

Black with #712870

Text Example


Text Example

White with #712870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712870; }

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

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

background-color css

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

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

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

border-color css

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

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

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