Html Css Color HEX #712977 Seance

📋 copy color: '#712977'

red 113 ◦ green 41 ◦ blue 119

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

Shades of Seance #712977

Tints of Seance #712977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.59%

R = 41.39%
G = 15.02%
B = 43.59%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#712977 (or 0x712977) is known color: Seance. HEX triplet: 71, 29 and 77. RGB value is (113,41,119). Sum of RGB (Red+Green+Blue) = 113+41+119=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #712977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712977 is #8ED688. Grayscale: #474747. Windows color (decimal): -9361033 or 7809393. OLE color: 7809393.

HSL color Cylindrical-coordinate representation of color #712977: hue angle of 295.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712977 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 41 119 -
CMYK 0.05 0.66 0 0.53
HSL 295.38º 0.49% 0.31% -
HSV(B) 295.38º 0.66% 0.47% -
XYZ 10.93 6.43 18.12 -
YUV 71.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 113 41 119 0.05 0.66 0 0.53 295.38 0.49 0.31
Hex 71 29 77 5 42 0 35 127 31 1F
Octal 161 51 167 5 102 0 65 447 61 37
Binary 1110001 101001 1110111 101 1000010 0 110101 100100111 110001 11111

Color Harmonies of #712977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712977

Black with #712977

Text Example


Text Example

White with #712977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712977; }

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

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

background-color css

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

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

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

border-color css

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

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

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