Html Css Color HEX #712776 Seance

📋 copy color: '#712776'

red 113 ◦ green 39 ◦ blue 118

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

Shades of Seance #712776

Tints of Seance #712776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.44%

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

R = 41.85%
G = 14.44%
B = 43.7%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#712776 (or 0x712776) is known color: Seance. HEX triplet: 71, 27 and 76. RGB value is (113,39,118). Sum of RGB (Red+Green+Blue) = 113+39+118=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #712776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712776 is #8ED889. Grayscale: #454545. Windows color (decimal): -9361546 or 7743345. OLE color: 7743345.

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

Color convert

RGB 113 39 118 -
CMYK 0.04 0.67 0 0.54
HSL 296.2º 0.5% 0.31% -
HSV(B) 296.2º 0.67% 0.46% -
XYZ 10.81 6.27 17.78 -
YUV 70.13 155.02 158.58 -
System Red Green Blue C M Y K H S L
Decimal 113 39 118 0.04 0.67 0 0.54 296.2 0.5 0.31
Hex 71 27 76 4 43 0 36 128 32 1F
Octal 161 47 166 4 103 0 66 450 62 37
Binary 1110001 100111 1110110 100 1000011 0 110110 100101000 110010 11111

Color Harmonies of #712776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712776

Black with #712776

Text Example


Text Example

White with #712776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712776; }

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

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

background-color css

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

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

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

border-color css

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

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

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