Html Css Color HEX #713073 Seance

📋 copy color: '#713073'

red 113 ◦ green 48 ◦ blue 115

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

Shades of Seance #713073

Tints of Seance #713073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.39%

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

R = 40.94%
G = 17.39%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#713073 (or 0x713073) is known color: Seance. HEX triplet: 71, 30 and 73. RGB value is (113,48,115). Sum of RGB (Red+Green+Blue) = 113+48+115=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #713073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713073 is #8ECF8C. Grayscale: #4A4A4A. Windows color (decimal): -9359245 or 7549041. OLE color: 7549041.

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

Color convert

RGB 113 48 115 -
CMYK 0.02 0.58 0 0.55
HSL 298.21º 0.41% 0.32% -
HSV(B) 298.21º 0.58% 0.45% -
XYZ 10.96 6.86 16.97 -
YUV 75.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 113 48 115 0.02 0.58 0 0.55 298.21 0.41 0.32
Hex 71 30 73 2 3A 0 37 12A 29 20
Octal 161 60 163 2 72 0 67 452 51 40
Binary 1110001 110000 1110011 10 111010 0 110111 100101010 101001 100000

Color Harmonies of #713073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713073

Black with #713073

Text Example


Text Example

White with #713073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713073; }

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

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

background-color css

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

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

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

border-color css

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

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

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