Html Css Color HEX #712973 Seance

📋 copy color: '#712973'

red 113 ◦ green 41 ◦ blue 115

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

Shades of Seance #712973

Tints of Seance #712973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.75%

R = 42.01%
G = 15.24%
B = 42.75%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712973 (or 0x712973) is known color: Seance. HEX triplet: 71, 29 and 73. RGB value is (113,41,115). Sum of RGB (Red+Green+Blue) = 113+41+115=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 115 - color contains mainly: blue. Hex color #712973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712973 is #8ED68C. Grayscale: #464646. Windows color (decimal): -9361037 or 7547249. OLE color: 7547249.

HSL color Cylindrical-coordinate representation of color #712973: hue angle of 298.38º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712973 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 41 115 -
CMYK 0.02 0.64 0 0.55
HSL 298.38º 0.47% 0.31% -
HSV(B) 298.38º 0.64% 0.45% -
XYZ 10.7 6.33 16.88 -
YUV 70.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 113 41 115 0.02 0.64 0 0.55 298.38 0.47 0.31
Hex 71 29 73 2 40 0 37 12A 2F 1F
Octal 161 51 163 2 100 0 67 452 57 37
Binary 1110001 101001 1110011 10 1000000 0 110111 100101010 101111 11111

Color Harmonies of #712973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712973

Black with #712973

Text Example


Text Example

White with #712973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712973; }

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

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

background-color css

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

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

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

border-color css

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

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

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