Html Css Color HEX #712976 Seance

📋 copy color: '#712976'

red 113 ◦ green 41 ◦ blue 118

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

Shades of Seance #712976

Tints of Seance #712976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.38%

R = 41.54%
G = 15.07%
B = 43.38%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#712976 (or 0x712976) is known color: Seance. HEX triplet: 71, 29 and 76. RGB value is (113,41,118). Sum of RGB (Red+Green+Blue) = 113+41+118=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #712976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712976 is #8ED689. Grayscale: #474747. Windows color (decimal): -9361034 or 7743857. OLE color: 7743857.

HSL color Cylindrical-coordinate representation of color #712976: hue angle of 296.1º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712976 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 41 118 -
CMYK 0.04 0.65 0 0.54
HSL 296.1º 0.48% 0.31% -
HSV(B) 296.1º 0.65% 0.46% -
XYZ 10.87 6.4 17.8 -
YUV 71.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 113 41 118 0.04 0.65 0 0.54 296.1 0.48 0.31
Hex 71 29 76 4 41 0 36 128 30 1F
Octal 161 51 166 4 101 0 66 450 60 37
Binary 1110001 101001 1110110 100 1000001 0 110110 100101000 110000 11111

Color Harmonies of #712976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712976

Black with #712976

Text Example


Text Example

White with #712976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712976; }

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

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

background-color css

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

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

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

border-color css

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

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

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