Html Css Color HEX #712C73 Seance

📋 copy color: '#712C73'

red 113 ◦ green 44 ◦ blue 115

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

Shades of Seance #712C73

Tints of Seance #712C73

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.18%

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

R = 41.54%
G = 16.18%
B = 42.28%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712C73 (or 0x712C73) is known color: Seance. HEX triplet: 71, 2C and 73. RGB value is (113,44,115). Sum of RGB (Red+Green+Blue) = 113+44+115=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #712C73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C73 is #8ED38C. Grayscale: #484848. Windows color (decimal): -9360269 or 7548017. OLE color: 7548017.

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

Color convert

RGB 113 44 115 -
CMYK 0.02 0.62 0 0.55
HSL 298.31º 0.45% 0.31% -
HSV(B) 298.31º 0.62% 0.45% -
XYZ 10.81 6.55 16.91 -
YUV 72.73 151.86 156.73 -
System Red Green Blue C M Y K H S L
Decimal 113 44 115 0.02 0.62 0 0.55 298.31 0.45 0.31
Hex 71 2C 73 2 3E 0 37 12A 2D 1F
Octal 161 54 163 2 76 0 67 452 55 37
Binary 1110001 101100 1110011 10 111110 0 110111 100101010 101101 11111

Color Harmonies of #712C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C73

Black with #712C73

Text Example


Text Example

White with #712C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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