Html Css Color HEX #712076 Seance

📋 copy color: '#712076'

red 113 ◦ green 32 ◦ blue 118

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

Shades of Seance #712076

Tints of Seance #712076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 42.97%
G = 12.17%
B = 44.87%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#712076 (or 0x712076) is known color: Seance. HEX triplet: 71, 20 and 76. RGB value is (113,32,118). Sum of RGB (Red+Green+Blue) = 113+32+118=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #712076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712076 is #8EDF89. Grayscale: #414141. Windows color (decimal): -9363338 or 7741553. OLE color: 7741553.

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

Color convert

RGB 113 32 118 -
CMYK 0.04 0.73 0 0.54
HSL 296.51º 0.57% 0.29% -
HSV(B) 296.51º 0.73% 0.46% -
XYZ 10.6 5.85 17.71 -
YUV 66.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 113 32 118 0.04 0.73 0 0.54 296.51 0.57 0.29
Hex 71 20 76 4 49 0 36 129 39 1D
Octal 161 40 166 4 111 0 66 451 71 35
Binary 1110001 100000 1110110 100 1001001 0 110110 100101001 111001 11101

Color Harmonies of #712076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712076

Black with #712076

Text Example


Text Example

White with #712076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712076; }

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

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

background-color css

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

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

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

border-color css

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

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

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